mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
staging: ft1000-usb: Removed unnecessary parenthes
Fix checkpatch warning about unnecessary parenthes. Signed-off-by: Peter Karlsson <peter.p.karlsson@svt.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7b174df650
commit
f9d3faee24
@@ -317,7 +317,7 @@ static int ft1000_open(struct inode *inode, struct file *file)
|
||||
|
||||
/* Search for available application info block */
|
||||
for (i = 0; i < MAX_NUM_APP; i++) {
|
||||
if ((dev->app_info[i].fileobject == NULL))
|
||||
if (dev->app_info[i].fileobject == NULL)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user