]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
HID: sony: fix some warnings from scripts/checkpatch.pl
authorAntonio Ospite <ao2@ao2.it>
Tue, 9 Feb 2016 12:55:07 +0000 (13:55 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 10 Feb 2016 10:31:38 +0000 (11:31 +0100)
commitef916ef5ef75fe0206b2c0cfcd696b32aa1ea872
treec9767658a55199892888558f333f91809684850f
parent09593e3888a9b041f9f9a728a56893915e2fbeda
HID: sony: fix some warnings from scripts/checkpatch.pl

  WARNING: Block comments use a trailing */ on a separate line
  #822: FILE: drivers/hid/hid-sony.c:822:
  +    * number but it's not needed for correct operation */

  WARNING: Block comments use a trailing */ on a separate line
  #828: FILE: drivers/hid/hid-sony.c:828:
  +    * buttons multiple keypresses are allowed */

  WARNING: Block comments use a trailing */ on a separate line
  #854: FILE: drivers/hid/hid-sony.c:854:
  +    * 0xff and 11th is for press indication */

  WARNING: Missing a blank line after declarations
  #1930: FILE: drivers/hid/hid-sony.c:1930:
  + struct sony_sc *sc = container_of(work, struct sony_sc, state_worker);
  + sc->send_output_report(sc);

  WARNING: Block comments use a trailing */ on a separate line
  #2510: FILE: drivers/hid/hid-sony.c:2510:
  +  * Logitech joystick from the device descriptor. */

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Acked-by: Frank Praznik <frank.praznik@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c