forked from Minki/linux
Staging: ced1401: Fix do not add new typedefs
This patch fixes the following checkpatch.pl issues in ced_ioctl.h WARNING: do not add new typedefs Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7e41d9c341
commit
e68f33b881
@ -26,12 +26,10 @@
|
||||
** TypeDefs
|
||||
*****************************************************************************/
|
||||
|
||||
typedef unsigned short TBLOCKENTRY; /* index the blk transfer table 0-7 */
|
||||
|
||||
typedef struct TransferDesc {
|
||||
long long lpvBuff; /* address of transfer area (for 64 or 32 bit) */
|
||||
unsigned int dwLength; /* length of the area */
|
||||
TBLOCKENTRY wAreaNum; /* number of transfer area to set up */
|
||||
unsigned short wAreaNum; /* number of transfer area to set up */
|
||||
short eSize; /* element size - is tohost flag for circular */
|
||||
} TRANSFERDESC;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user