Commit 586288c9 authored by Marek Belisko's avatar Marek Belisko Committed by Greg Kroah-Hartman

staging: ft1000-usb: Remove spaces from struct dpram_blk.

Signed-off-by: default avatarMarek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e2bdf27d
......@@ -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);
......
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