Staging: line6: Fix no space before tabs in usbdefs.h
This patch fixes the following checkpatch.pl issues in usbdefs.h: WARNING: no space before tabs Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
56733e9793
commit
fe6c0f92b6
1 changed files with 3 additions and 3 deletions
|
@ -91,9 +91,9 @@ enum {
|
|||
LINE6_BITS_PODXTALL = LINE6_BIT_PODXT | LINE6_BIT_PODXTLIVE |
|
||||
LINE6_BIT_PODXTPRO,
|
||||
LINE6_BITS_PODX3ALL = LINE6_BIT_PODX3 | LINE6_BIT_PODX3LIVE,
|
||||
LINE6_BITS_PODHDALL = LINE6_BIT_PODHD300 |
|
||||
LINE6_BIT_PODHD400 |
|
||||
LINE6_BIT_PODHD500,
|
||||
LINE6_BITS_PODHDALL = LINE6_BIT_PODHD300 |
|
||||
LINE6_BIT_PODHD400 |
|
||||
LINE6_BIT_PODHD500,
|
||||
LINE6_BITS_BASSPODXTALL = LINE6_BIT_BASSPODXT |
|
||||
LINE6_BIT_BASSPODXTLIVE |
|
||||
LINE6_BIT_BASSPODXTPRO
|
||||
|
|
Loading…
Add table
Reference in a new issue