Skip to content

Commit 10a2308

Browse files
Jiapeng Chongdavem330
Jiapeng Chong
authored andcommitted
net: Clean up some inconsistent indenting
Eliminate the follow smatch warning: ./include/linux/skbuff.h:4229 skb_remcsum_process() warn: inconsistent indenting. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a31d27f commit 10a2308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/skbuff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4226,7 +4226,7 @@ static inline void skb_remcsum_process(struct sk_buff *skb, void *ptr,
42264226
return;
42274227
}
42284228

4229-
if (unlikely(skb->ip_summed != CHECKSUM_COMPLETE)) {
4229+
if (unlikely(skb->ip_summed != CHECKSUM_COMPLETE)) {
42304230
__skb_checksum_complete(skb);
42314231
skb_postpull_rcsum(skb, skb->data, ptr - (void *)skb->data);
42324232
}

0 commit comments

Comments
 (0)