staging: line6: wrap lines to 80 chars in pod.c
authorStefan Hajnoczi <stefanha@gmail.com>
Fri, 11 Jan 2013 22:08:12 +0000 (23:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:40:50 +0000 (16:40 -0800)
commit0a1eb4e847b8a4919a909f96c08f66b0e5cd145b
treeb017c1c7de7f4d3e41d7dab3290ac55750441716
parent709b2fae7cbadd2582f425aa6c102390d5aa9683
staging: line6: wrap lines to 80 chars in pod.c

Fix the following checkpatch.pl warnings:

  WARNING: line over 80 characters
  #4508: FILE: staging/line6/pod.c:37:
  +       /* POD_SYSEX_DUMPMEM2  = 0x76 */   /* dumps entire internal memory of PODxt Pro */

  WARNING: line over 80 characters
  #4630: FILE: staging/line6/pod.c:159:
  +               if (memcmp(buf + 1, line6_midi_id, sizeof(line6_midi_id)) == 0) {

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/pod.c
This page took 0.024644 seconds and 5 git commands to generate.