Thanks Andreas. Ok, I see. And this is what I see on my dev environment. There is definitely some difference in what checkpatch.pl reports on my local and on gerrit.
Thanks
On latest master.
[lustre-release]# git log --format=oneline -2
715b3dac37748daeeecb44b8e7f4da96f6e7cc6f LU-6142 lod: Fix style issues for
lod_dev.c
ccf3674c9ca3ed8918c49163007708d1ae5db6f5 LU-10472 osd-ldiskfs: T10PI between
RPC and BIO
[lustre-release]#
The checksum of checkpatch.pl is
[lustre-release]# md5sum ./contrib/scripts/checkpatch.pl
4db6466fb2029443b024740597bbce87 ./contrib/scripts/checkpatch.pl
[lustre-release]#
On local dev environment it throws single 80 char warning
git show | ./contrib/scripts/checkpatch.pl
<SNIP>
WARNING: line over 80 characters
#78: FILE: lustre/lod/lod_dev.c:323:
+ CERROR("%s broken update record! index %u "DFID".%u : rc = %d\n",
<SNIP>
However on the gerrit it throws 3 80 char warnings. Here is the gerrit review link : https://review.whamcloud.com/#/c/33594/
<snip>
3 style warning(s).
For more details please see
[https: lustre/lod/lod_dev.c
Line 265:
(style) line over 80 characters
Line 323:
(style) line over 80 characters
Line 1148:
(style) line over 80 characters
<snip>
Thanks Andreas. Ok, I see. And this is what I see on my dev environment. There is definitely some difference in what checkpatch.pl reports on my local and on gerrit.
Thanks
On latest master.
[lustre-release]# git log --format=oneline -2 715b3dac37748daeeecb44b8e7f4da96f6e7cc6f LU-6142 lod: Fix style issues for lod_dev.c ccf3674c9ca3ed8918c49163007708d1ae5db6f5 LU-10472 osd-ldiskfs: T10PI between RPC and BIO [lustre-release]#
The checksum of checkpatch.pl is
On local dev environment it throws single 80 char warning
However on the gerrit it throws 3 80 char warnings. Here is the gerrit review link : https://review.whamcloud.com/#/c/33594/
<snip> 3 style warning(s). For more details please see [https://wiki.hpdd.intel.com/display/PUB/Coding+Guidelines] lustre/lod/lod_dev.c Line 265: (style) line over 80 characters Line 323: (style) line over 80 characters Line 1148: (style) line over 80 characters <snip>