[PATCH 00/10] Fix a bunch of W=1 warnings in Misc

Lee Jones lee.jones at linaro.org
Fri Jun 26 09:05:15 EDT 2020


Attempting to clean-up W=1 kernel builds, which are currently
overwhelmingly riddled with niggly little warnings.

Lee Jones (10):
  misc: c2port: core: Ensure source size does not equal destination size
    in strncpy()
  misc: ti-st: st_core: Tidy-up bespoke commentry
  misc: ti-st: st_kim: Tidy-up bespoke commentry
  misc: lkdtm: bugs: At least try to use popuated variable
  misc: lkdtm: Always provide prototype for lkdtm_DOUBLE_FAULT()
  misc: eeprom: eeprom_93cx6: Repair function arg descriptions
  misc: mic: vop: vop_main: Remove set but unused variable 'ret'
  misc: cb710: sgbuf2: Add missing documentation for
    cb710_sg_dwiter_write_next_block()'s 'data' arg
  misc: habanalabs: irq: Add missing struct identifier for 'struct
    hl_eqe_work'
  misc: pti: Fix documentation for bit-rotted function
    pti_tty_driver_write()

 drivers/misc/c2port/core.c         |  2 +-
 drivers/misc/cb710/sgbuf2.c        |  1 +
 drivers/misc/eeprom/eeprom_93cx6.c |  4 +-
 drivers/misc/habanalabs/irq.c      |  3 +-
 drivers/misc/lkdtm/bugs.c          |  4 +-
 drivers/misc/lkdtm/lkdtm.h         |  2 -
 drivers/misc/mic/vop/vop_main.c    |  3 +-
 drivers/misc/pti.c                 |  5 +-
 drivers/misc/ti-st/st_core.c       | 79 ++++++++++++++++++------------
 drivers/misc/ti-st/st_kim.c        | 71 +++++++++++++++++----------
 10 files changed, 104 insertions(+), 70 deletions(-)

-- 
2.25.1




More information about the linux-arm-kernel mailing list