Note: We're also taking the time to obay our new .editorconfig overlord! For a far better description of the problem than I could author, see Jon's write-up on LWN [1] and/or Alex's on the Kernel Self Protection Project [1].
[0] https://lwn.net/Articles/69419/ [1] https://github.com/KSPP/linux/issues/105 Lee Jones (10): scsi: 3w-xxxx: Trivial: Remove trailing whitespace scsi: 53c700: Trivial: Remove trailing whitespace scsi: NCR5380: Replace snprintf() with the safer scnprintf() variant scsi: aacraid: linit: Remove snprintf() from sysfs call-backs and replace with sysfs_emit() scsi: aacraid: linit: Replace snprintf() with the safer scnprintf() variant scsi: aha1542: Replace snprintf() with the safer scnprintf() variant scsi: aic7xxx: aicasm: Trivial: Remove trailing whitespace scsi: aic7xxx: aicasm: Replace snprintf() with the safer scnprintf() variant scsi: aic94xx: Remove snprintf() from sysfs call-backs and replace with sysfs_emit() scsi: arcmsr: Remove snprintf() from sysfs call-backs and replace with sysfs_emit() drivers/scsi/3w-xxxx.c | 2 +- drivers/scsi/53c700.c | 102 +++++++++++++-------------- drivers/scsi/NCR5380.c | 16 ++--- drivers/scsi/aacraid/linit.c | 40 +++++------ drivers/scsi/aha1542.c | 2 +- drivers/scsi/aic7xxx/aicasm/aicasm.c | 16 ++--- drivers/scsi/aic94xx/aic94xx_init.c | 11 ++- drivers/scsi/arcmsr/arcmsr_attr.c | 40 +++-------- 8 files changed, 101 insertions(+), 128 deletions(-) Cc: Adam Radford <aradf...@gmail.com> Cc: Adaptec OEM Raid Solutions <aacr...@microsemi.com> Cc: Andre Hedrick <an...@suse.com> Cc: de Melo <a...@conectiva.com.br> Cc: d...@colorado.edu Cc: Finn Thain <fth...@linux-m68k.org> Cc: Hannes Reinecke <h...@suse.com> Cc: "James E.J. Bottomley" <j...@linux.ibm.com> Cc: Joel Jacobson <li...@3ware.com> Cc: John Garry <john.g.ga...@oracle.com> Cc: Lee Jones <l...@kernel.org> Cc: linux-s...@vger.kernel.org Cc: Luben Tuikov <luben_tui...@adaptec.com> Cc: "Martin K. Petersen" <martin.peter...@oracle.com> Cc: Michael Schmitz <schmitz...@gmail.com> Cc: "PMC-Sierra, Inc" <aacr...@pmc-sierra.com> Cc: Richard Hirst <rhi...@linuxcare.com> Cc: supp...@areca.com.tw Cc: Tnx to <thomas_roe...@m2.maus.de> -- 2.43.0.594.gd9cf4e227d-goog