Skip to content

Commit

Permalink
staging/ft1000: fix minor coding style problem
Browse files Browse the repository at this point in the history
this following warn is fixed up

drivers/staging/ft1000/ft1000-usb/ft1000_hw.c:1754:
ERROR: open brace '{' following function declarations go on the next line

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent ec4c667 commit aab0489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1751,8 +1751,8 @@ static int ft1000_proc_drvmsg(struct ft1000_device *dev, u16 size)
return status;
}

int ft1000_poll(void* dev_id) {

int ft1000_poll(void* dev_id)
{
struct ft1000_device *dev = (struct ft1000_device *)dev_id;
struct ft1000_info *info = netdev_priv(dev->net);

Expand Down

0 comments on commit aab0489

Please sign in to comment.