linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] constify input usb_device_id.
@ 2017-08-06  7:41 Arvind Yadav
  2017-08-06  7:41 ` [PATCH 1/8] Input: iforce: constify usb_device_id and fix space before '[' error: Arvind Yadav
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Arvind Yadav @ 2017-08-06  7:41 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel

usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by <linux/usb.h> work with
const usb_device_id. So mark the non-const structs as const.

Fix checkpatch.pl error in patch 1,3 and 7:
ERROR: space prohibited before open square bracket '['.

Arvind Yadav (8):
  [PATCH 1/8] Input: iforce: constify usb_device_id and fix space before '[' error.
  [PATCH 2/8] Input: xpad: constify usb_device_id.
  [PATCH 3/8] Input: keyspan_remote: constify usb_device_id.
  [PATCH 4/8] Input: powermate: constify usb_device_id and fix space before '[' error.
  [PATCH 5/8] Input: appletouch: constify usb_device_id.
  [PATCH 6/8] Input: synaptics_usb: constify usb_device_id.
  [PATCH 7/8] Input: acecad: constify usb_device_id and fix space before '[' error.
  [PATCH 8/8] Input: kbtab: constify usb_device_id.

 drivers/input/joystick/iforce/iforce-usb.c | 2 +-
 drivers/input/joystick/xpad.c              | 2 +-
 drivers/input/misc/keyspan_remote.c        | 2 +-
 drivers/input/misc/powermate.c             | 2 +-
 drivers/input/mouse/appletouch.c           | 2 +-
 drivers/input/mouse/synaptics_usb.c        | 2 +-
 drivers/input/tablet/acecad.c              | 2 +-
 drivers/input/tablet/kbtab.c               | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-08  3:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06  7:41 [PATCH 0/8] constify input usb_device_id Arvind Yadav
2017-08-06  7:41 ` [PATCH 1/8] Input: iforce: constify usb_device_id and fix space before '[' error: Arvind Yadav
2017-08-06  7:41 ` [PATCH 2/8] Input: xpad: constify usb_device_id Arvind Yadav
2017-08-06  7:41 ` [PATCH 3/8] Input: keyspan_remote: " Arvind Yadav
2017-08-06  7:41 ` [PATCH 4/8] Input: powermate: constify usb_device_id and fix space before '[' error Arvind Yadav
2017-08-06  7:41 ` [PATCH 5/8] Input: appletouch: constify usb_device_id Arvind Yadav
2017-08-06  7:41 ` [PATCH 6/8] Input: synaptics_usb: " Arvind Yadav
2017-08-06  7:41 ` [PATCH 7/8] Input: acecad: constify usb_device_idi and fix space before '[' error Arvind Yadav
2017-08-06  7:41 ` [PATCH 8/8] Input: kbtab: constify usb_device_id Arvind Yadav
2017-08-08  3:05 ` [PATCH 0/8] constify input usb_device_id Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).