[PATCH] USB: OHCI: remove space before open square bracket '['

2019-05-16 Thread parna . naveenkumar
From: Naveen Kumar Parna This patch removes following checkpatch.pl error in usb/host/ohci-pci.c file. ERROR: space prohibited before open square bracket '[' Signed-off-by: Naveen Kumar Parna --- drivers/usb/host/ohci-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH] USB: serial: mos7840: Prefer 'unsigned int' to bare use of 'unsigned'

2019-05-16 Thread parna . naveenkumar
From: Naveen Kumar Parna This fixes checkpatch.pl warning "WARNING: Prefer 'unsigned int' to bare use of 'unsigned'". Signed-off-by: Naveen Kumar Parna --- drivers/usb/serial/mos7840.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/mos7840.c b/drivers/us