提交 87a46caf 编写于 作者: M Mark Einon 提交者: John W. Linville

rt2x00: checkpatch.pl error fixes for rt2800usb.h

rt2800usb.h:43: ERROR: space prohibited after that open parenthesis '('
rt2800usb.h:43: ERROR: space prohibited before that close parenthesis ')'
rt2800usb.h:44: ERROR: space prohibited after that open parenthesis '('
rt2800usb.h:44: ERROR: space prohibited before that close parenthesis ')'
Signed-off-by: NMark Einon <mark.einon@gmail.com>
Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 144b80bc
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
/* /*
* DMA descriptor defines. * DMA descriptor defines.
*/ */
#define TXINFO_DESC_SIZE ( 1 * sizeof(__le32) ) #define TXINFO_DESC_SIZE (1 * sizeof(__le32))
#define RXINFO_DESC_SIZE ( 1 * sizeof(__le32) ) #define RXINFO_DESC_SIZE (1 * sizeof(__le32))
/* /*
* TX Info structure * TX Info structure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册