diff for duplicates of <20201026160705.3706396-1-arnd@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 0f3d43c..bf199d0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -70,7 +70,7 @@ index c6660205d73f..18203cae04b2 100644 - u32 did, u32 sid, enum fc_fh_type type, - u32 f_ctl, u32 parm_offset) -{ -- WARN_ON(r_ctl == 0); +- WARN_ON(r_ctl = 0); - fh->fh_r_ctl = r_ctl; - hton24(fh->fh_d_id, did); - hton24(fh->fh_s_id, sid); @@ -215,7 +215,7 @@ index 41df2ba9dbaa..d544dc5057fc 100644 + u32 did, u32 sid, enum fc_fh_type type, + u32 f_ctl, u32 parm_offset) +{ -+ WARN_ON(r_ctl == 0); ++ WARN_ON(r_ctl = 0); + fh->fh_r_ctl = r_ctl; + hton24(fh->fh_d_id, did); + hton24(fh->fh_s_id, sid); diff --git a/a/content_digest b/N1/content_digest index 8810879..f6ffeb3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Arnd Bergmann <arnd@kernel.org>\0" "Subject\0[PATCH 1/2] libfc: move scsi/fc_encode.h to libfc\0" - "Date\0Mon, 26 Oct 2020 17:06:12 +0100\0" + "Date\0Mon, 26 Oct 2020 16:06:12 +0000\0" "To\0James E.J. Bottomley <jejb@linux.ibm.com>" Martin K. Petersen <martin.petersen@oracle.com> " Hannes Reinecke <hare@suse.de>\0" @@ -87,7 +87,7 @@ "-\t\t\t\t u32 did, u32 sid, enum fc_fh_type type,\n" "-\t\t\t\t u32 f_ctl, u32 parm_offset)\n" "-{\n" - "-\tWARN_ON(r_ctl == 0);\n" + "-\tWARN_ON(r_ctl = 0);\n" "-\tfh->fh_r_ctl = r_ctl;\n" "-\thton24(fh->fh_d_id, did);\n" "-\thton24(fh->fh_s_id, sid);\n" @@ -232,7 +232,7 @@ "+\t\t\t\t u32 did, u32 sid, enum fc_fh_type type,\n" "+\t\t\t\t u32 f_ctl, u32 parm_offset)\n" "+{\n" - "+\tWARN_ON(r_ctl == 0);\n" + "+\tWARN_ON(r_ctl = 0);\n" "+\tfh->fh_r_ctl = r_ctl;\n" "+\thton24(fh->fh_d_id, did);\n" "+\thton24(fh->fh_s_id, sid);\n" @@ -261,4 +261,4 @@ "-- \n" 2.27.0 -0634a06a37f27cb06aa888a1493ae74b77664eeb30b59371824793638f6bf73e +3a419e65825ee271106e47687b8575a8aeef32443913b978b62cb155aff0cc2c
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.