aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index f8af2fcd3d16..486b1cbd8da8 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -244,7 +244,7 @@ struct bonding {
244 struct delayed_work ad_work; 244 struct delayed_work ad_work;
245 struct delayed_work mcast_work; 245 struct delayed_work mcast_work;
246#ifdef CONFIG_DEBUG_FS 246#ifdef CONFIG_DEBUG_FS
247 /* debugging suport via debugfs */ 247 /* debugging support via debugfs */
248 struct dentry *debug_dir; 248 struct dentry *debug_dir;
249#endif /* CONFIG_DEBUG_FS */ 249#endif /* CONFIG_DEBUG_FS */
250}; 250};