Skip to content

Commit

Permalink
staging: ft1000-usb: Remove spaces from struct dpram_blk.
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@linuxfoundation.org>
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent e2bdf27 commit 586288c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/ft1000/ft1000-usb/ft1000_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ struct ft1000_info {


struct dpram_blk {
struct list_head list;
u16 *pbuffer;
struct list_head list;
u16 *pbuffer;
} __attribute__ ((packed));

int ft1000_read_register(struct ft1000_device *ft1000dev, u16* Data, u16 nRegIndx);
Expand Down

0 comments on commit 586288c

Please sign in to comment.