projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e201c8
)
ethtool: Move kernel-doc comment next to struct ethtool_dump definition
author
Ben Hutchings
<ben@decadent.org.uk>
Wed, 12 Feb 2014 22:14:59 +0000
(22:14 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 12 Feb 2014 22:33:04 +0000
(17:33 -0500)
The kernel-doc script does not tolerate the macro definition in between.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/ethtool.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/ethtool.h
b/include/uapi/linux/ethtool.h
index 79be416f03e63f7ba214f381cc355ef95c9cde4b..24418ac78b77bee0728d6b73c69a6ca87752c3fc 100644
(file)
--- a/
include/uapi/linux/ethtool.h
+++ b/
include/uapi/linux/ethtool.h
@@
-920,9
+920,6
@@
struct ethtool_flash {
* for %ETHTOOL_GET_DUMP_FLAG command
* @data: data collected for get dump data operation
*/
-
-#define ETH_FW_DUMP_DISABLE 0
-
struct ethtool_dump {
__u32 cmd;
__u32 version;
@@
-931,6
+928,8
@@
struct ethtool_dump {
__u8 data[0];
};
+#define ETH_FW_DUMP_DISABLE 0
+
/* for returning and changing feature sets */
/**