Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: ipset: Remove extra whitespaces in ip_set.h

Remove unnecessary whitespaces.

Ported from a patch proposed by Sergey Popovich <popovich_sergei@mail.ua>.

Suggested-by: Sergey Popovich <popovich_sergei@mail.ua>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>

+7 -6
+7 -6
include/linux/netfilter/ipset/ip_set.h
··· 336 336 337 337 static inline void 338 338 ip_set_get_skbinfo(struct ip_set_skbinfo *skbinfo, 339 - const struct ip_set_ext *ext, 340 - struct ip_set_ext *mext, u32 flags) 339 + const struct ip_set_ext *ext, 340 + struct ip_set_ext *mext, u32 flags) 341 341 { 342 - mext->skbmark = skbinfo->skbmark; 343 - mext->skbmarkmask = skbinfo->skbmarkmask; 344 - mext->skbprio = skbinfo->skbprio; 345 - mext->skbqueue = skbinfo->skbqueue; 342 + mext->skbmark = skbinfo->skbmark; 343 + mext->skbmarkmask = skbinfo->skbmarkmask; 344 + mext->skbprio = skbinfo->skbprio; 345 + mext->skbqueue = skbinfo->skbqueue; 346 346 } 347 + 347 348 static inline bool 348 349 ip_set_put_skbinfo(struct sk_buff *skb, struct ip_set_skbinfo *skbinfo) 349 350 {