Skip to content

Commit

Permalink
staging: ft1000: Fix coding style in put_handshake_usb() function.
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 5865a18 commit 5acc539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ft1000/ft1000-usb/ft1000_download.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
int i;
int i;

for (i=0; i<1000; i++);
}
Expand Down

0 comments on commit 5acc539

Please sign in to comment.