aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/dcb/dcbnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c
index b7d0be01dcc4..f54c784e2b5b 100644
--- a/net/dcb/dcbnl.c
+++ b/net/dcb/dcbnl.c
@@ -1885,7 +1885,7 @@ EXPORT_SYMBOL(dcb_getapp);
1885 * removes applications from the app list if the priority is 1885 * removes applications from the app list if the priority is
1886 * set to zero. 1886 * set to zero.
1887 */ 1887 */
1888u8 dcb_setapp(struct net_device *dev, struct dcb_app *new) 1888int dcb_setapp(struct net_device *dev, struct dcb_app *new)
1889{ 1889{
1890 struct dcb_app_type *itr; 1890 struct dcb_app_type *itr;
1891 struct dcb_app_type event; 1891 struct dcb_app_type event;