Hi Vu,

FYI, there are coccinelle warnings in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git 
mfc_target
head:   b4867b474e8e243e4c9a92b0aeb63110792b27a9
commit: b4867b474e8e243e4c9a92b0aeb63110792b27a9 [41/41] mfc_target: WIP check 
initiator node acl with right mac

>> drivers/target/mlx4_fc/mfc_rfci.c:987:3-34: code aligned with following code 
>> on line 988

git remote add target 
git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git
git remote update target
git checkout b4867b474e8e243e4c9a92b0aeb63110792b27a9
vim +987 drivers/target/mlx4_fc/mfc_rfci.c

adbbf0eb Nicholas Bellinger 2013-07-29  981             if (!rc)
adbbf0eb Nicholas Bellinger 2013-07-29  982                     goto 
free_packet;
e1ac4848 Vu Pham            2013-10-08  983                 break;
e1ac4848 Vu Pham            2013-10-08  984  
e1ac4848 Vu Pham            2013-10-08  985         case FC_RCTL_ELS_REQ:
e1ac4848 Vu Pham            2013-10-08  986                 if 
(fc_frame_payload_op(fp) == ELS_PRLI)
b4867b47 Vu Pham            2013-11-08 @987                     rc = 
mfc_handle_prli(fp, vhba);
b4867b47 Vu Pham            2013-11-08 @988                     if (rc)
b4867b47 Vu Pham            2013-11-08  989                             goto 
free_packet;
e1ac4848 Vu Pham            2013-10-08  990                 break;
e1ac4848 Vu Pham            2013-10-08  991  

---
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