aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_pid_debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rc80211_pid_debugfs.c')
-rw-r--r--net/mac80211/rc80211_pid_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_pid_debugfs.c b/net/mac80211/rc80211_pid_debugfs.c
index 91818e4ff002..88b8dc9999bb 100644
--- a/net/mac80211/rc80211_pid_debugfs.c
+++ b/net/mac80211/rc80211_pid_debugfs.c
@@ -197,7 +197,7 @@ static ssize_t rate_control_pid_events_read(struct file *file, char __user *buf,
197 197
198#undef RC_PID_PRINT_BUF_SIZE 198#undef RC_PID_PRINT_BUF_SIZE
199 199
200struct file_operations rc_pid_fop_events = { 200static struct file_operations rc_pid_fop_events = {
201 .owner = THIS_MODULE, 201 .owner = THIS_MODULE,
202 .read = rate_control_pid_events_read, 202 .read = rate_control_pid_events_read,
203 .poll = rate_control_pid_events_poll, 203 .poll = rate_control_pid_events_poll,