aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c2
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 da9072bfca8..f5a24d99ef4 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 */
2001struct cxgb4vf_debugfs_entry { 2001struct 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