Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da37aabf authored by Ana Rey's avatar Ana Rey Committed by Greg Kroah-Hartman
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {