Commit da37aabf authored by Ana Rey's avatar Ana Rey Committed by 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: default avatarAna Rey <anarey@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment