USB: ohci-s3c2410: fix checkpatch errors and warnings
authorJingoo Han <jg1.han@samsung.com>
Wed, 4 May 2011 07:45:47 +0000 (16:45 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 7 May 2011 01:16:40 +0000 (18:16 -0700)
commit7af85a85878bd1a2695408e5856aba8ef9f71b60
treefd3fcc590d35b8630d8a5fcac74431f89a3a8db9
parenta7535ac05443f234b9c68389fc053976383feca4
USB: ohci-s3c2410: fix checkpatch errors and warnings

This patch fixes the checkpatch errors ans warnings listed below:

ERROR: do not use assignment in if condition
WARNING: line over 80 characters
WARNING: braces {} are not necessary for single statement blocks
WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-s3c2410.c