mirror of https://gitee.com/openkylin/linux.git
staging: ft1000-usb: Remove spaces from struct dpram_blk.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e2bdf27d39
commit
586288c957
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue