projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a4a8b
)
mode_t whack-a-mole: chelsio
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 1 Jan 2015 19:25:19 +0000
(14:25 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 26 Jan 2015 04:16:28 +0000
(23:16 -0500)
it's umode_t, damnit...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
index a3d8867efd3d7aff3e59c0cac6c71a7561cd1364..cc1d2550892464a76d28934e66e06b64eefa364e 100644
(file)
--- a/
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
+++ b/
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
@@
-40,7
+40,7
@@
struct t4_debugfs_entry {
const char *name;
const struct file_operations *ops;
- mode_t mode;
+
u
mode_t mode;
unsigned char data;
};