projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83efd52
)
staging: rtl8187se: Convert buffer typedef into a struct
author
Ana Rey
<anarey@gmail.com>
Fri, 7 Mar 2014 08:23:54 +0000
(09:23 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 8 Mar 2014 00:15:22 +0000
(16:15 -0800)
The Documentation/CodingStyle doesn't recommend the use of typedef,
convert this to structure.
Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8187se/r8180.h
b/drivers/staging/rtl8187se/r8180.h
index 5ac46737157a76654cd34f4be21f99f5b4003c8b..b8f96709e82b9f1c19703b9ab192f78ccb05b062 100644
(file)
--- a/
drivers/staging/rtl8187se/r8180.h
+++ b/
drivers/staging/rtl8187se/r8180.h
@@
-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 {