staging: ft1000: Fix coding style in put_handshake_usb() function.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
5865a18eaa
commit
5acc5396af
1 changed files with 1 additions and 1 deletions
|
@ -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++);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue