| commit | 7af85a85878bd1a2695408e5856aba8ef9f71b60 | [log] [tgz] |
|---|---|---|
| author | Jingoo Han <jg1.han@samsung.com> | Wed May 04 16:45:47 2011 +0900 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri May 06 18:16:40 2011 -0700 |
| tree | fd3fcc590d35b8630d8a5fcac74431f89a3a8db9 | |
| parent | a7535ac05443f234b9c68389fc053976383feca4 [diff] |
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>