usb: host: ehci-dbg: remove space before open square bracket
This patch fixes coding style issues reported by checkpatch. The only change in this patch that isn't just removing spaces before opening square brackets is at line 213 where the initialization of fls_strings[] is placed in same line. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
668ab0db27
commit
1cb1d1c0d0
@ -210,8 +210,7 @@ dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable)
|
||||
);
|
||||
}
|
||||
|
||||
static const char *const fls_strings [] =
|
||||
{ "1024", "512", "256", "??" };
|
||||
static const char *const fls_strings[] = { "1024", "512", "256", "??" };
|
||||
|
||||
static int
|
||||
dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)
|
||||
|
Loading…
Reference in New Issue
Block a user