提交 da37aabf 编写于 作者: A Ana Rey 提交者: Greg Kroah-Hartman

staging: rtl8187se: Convert buffer typedef into a struct

The Documentation/CodingStyle doesn't recommend the use of typedef,
convert this to structure.
Signed-off-by: NAna Rey <anarey@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 83efd529
......@@ -167,11 +167,11 @@ typedef union _ThreeWire {
} ThreeWireReg;
typedef struct buffer {
struct buffer {
struct buffer *next;
u32 *buf;
dma_addr_t dma;
} buffer;
};
/* YJ,modified,080828. */
struct stats {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册