Commit 5acc5396 authored by Marek Belisko's avatar Marek Belisko Committed by Greg Kroah-Hartman

staging: ft1000: Fix coding style in put_handshake_usb() function.

Signed-off-by: default avatarMarek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5865a18e
...@@ -321,7 +321,7 @@ static u16 get_handshake_usb(struct ft1000_device *ft1000dev, u16 expected_value ...@@ -321,7 +321,7 @@ static u16 get_handshake_usb(struct ft1000_device *ft1000dev, u16 expected_value
static void put_handshake_usb(struct ft1000_device *ft1000dev,u16 handshake_value) static void put_handshake_usb(struct ft1000_device *ft1000dev,u16 handshake_value)
{ {
int i; int i;
for (i=0; i<1000; i++); for (i=0; i<1000; i++);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment