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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
index 7bd8497fd9be..9a81b52307a9 100644
--- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
@@ -2402,11 +2402,11 @@ struct cxgb4vf_debugfs_entry {
2402}; 2402};
2403 2403
2404static struct cxgb4vf_debugfs_entry debugfs_files[] = { 2404static struct cxgb4vf_debugfs_entry debugfs_files[] = {
2405 { "mboxlog", S_IRUGO, &mboxlog_fops }, 2405 { "mboxlog", 0444, &mboxlog_fops },
2406 { "sge_qinfo", S_IRUGO, &sge_qinfo_debugfs_fops }, 2406 { "sge_qinfo", 0444, &sge_qinfo_debugfs_fops },
2407 { "sge_qstats", S_IRUGO, &sge_qstats_proc_fops }, 2407 { "sge_qstats", 0444, &sge_qstats_proc_fops },
2408 { "resources", S_IRUGO, &resources_proc_fops }, 2408 { "resources", 0444, &resources_proc_fops },
2409 { "interfaces", S_IRUGO, &interfaces_proc_fops }, 2409 { "interfaces", 0444, &interfaces_proc_fops },
2410}; 2410};
2411 2411
2412/* 2412/*