diff options
Diffstat (limited to 'drivers/net/ethernet/chelsio')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c index da9072bfca8b..f5a24d99ef4f 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | |||
@@ -2000,7 +2000,7 @@ static const struct file_operations interfaces_proc_fops = { | |||
2000 | */ | 2000 | */ |
2001 | struct cxgb4vf_debugfs_entry { | 2001 | struct cxgb4vf_debugfs_entry { |
2002 | const char *name; /* name of debugfs node */ | 2002 | const char *name; /* name of debugfs node */ |
2003 | mode_t mode; /* file system mode */ | 2003 | umode_t mode; /* file system mode */ |
2004 | const struct file_operations *fops; | 2004 | const struct file_operations *fops; |
2005 | }; | 2005 | }; |
2006 | 2006 | ||