diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/dcbnl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index c14fd9483e46..d5bbb7977577 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h | |||
@@ -28,7 +28,7 @@ struct dcb_app_type { | |||
28 | struct list_head list; | 28 | struct list_head list; |
29 | }; | 29 | }; |
30 | 30 | ||
31 | u8 dcb_setapp(struct net_device *, struct dcb_app *); | 31 | int dcb_setapp(struct net_device *, struct dcb_app *); |
32 | u8 dcb_getapp(struct net_device *, struct dcb_app *); | 32 | u8 dcb_getapp(struct net_device *, struct dcb_app *); |
33 | int dcb_ieee_setapp(struct net_device *, struct dcb_app *); | 33 | int dcb_ieee_setapp(struct net_device *, struct dcb_app *); |
34 | int dcb_ieee_delapp(struct net_device *, struct dcb_app *); | 34 | int dcb_ieee_delapp(struct net_device *, struct dcb_app *); |