Hi wangweidong,

FYI, there are coccinelle warnings in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head:   c1b5994770ad5ae03336b5cdd1e0ad622a870a00
commit: 7b30600cc653be63cfa434e49acc3c434699ae0b [40/57] appletalk: fix 
checkpatch error with indent

>> net/appletalk/ddp.c:1811:2-45: code aligned with following code on line 1812

git remote add net-next 
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
git remote update net-next
git checkout 7b30600cc653be63cfa434e49acc3c434699ae0b
vim +1811 net/appletalk/ddp.c

7b30600c wangweidong    2014-02-14  1805                 * user tasks fiddle 
here
7b30600c wangweidong    2014-02-14  1806                 */
7b30600c wangweidong    2014-02-14  1807                struct sk_buff *skb = 
skb_peek(&sk->sk_receive_queue);
7b30600c wangweidong    2014-02-14  1808                long amount = 0;
^1da177e Linus Torvalds 2005-04-16  1809  
7b30600c wangweidong    2014-02-14  1810                if (skb)
7b30600c wangweidong    2014-02-14 @1811                amount = skb->len - 
sizeof(struct ddpehdr);
7b30600c wangweidong    2014-02-14 @1812                rc = put_user(amount, 
(int __user *)argp);
7b30600c wangweidong    2014-02-14  1813                break;
7b30600c wangweidong    2014-02-14  1814        }
7b30600c wangweidong    2014-02-14  1815        case SIOCGSTAMP:

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation
_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild
_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild

Reply via email to