Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255660
b: refs/heads/master
c: ab6baf9
h: refs/heads/master
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Jun 21, 2011
1 parent 312818e commit 39d2039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a364c8cf80251849bab207be8c9e66253c8ca8f8
refs/heads/master: ab6baf980b095c70a56c5eb2f58166aef8a0edc8
2 changes: 1 addition & 1 deletion trunk/include/net/dcbnl.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct dcb_app_type {
struct list_head list;
};

u8 dcb_setapp(struct net_device *, struct dcb_app *);
int dcb_setapp(struct net_device *, struct dcb_app *);
u8 dcb_getapp(struct net_device *, struct dcb_app *);
int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/dcb/dcbnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ EXPORT_SYMBOL(dcb_getapp);
* removes applications from the app list if the priority is
* set to zero.
*/
u8 dcb_setapp(struct net_device *dev, struct dcb_app *new)
int dcb_setapp(struct net_device *dev, struct dcb_app *new)
{
struct dcb_app_type *itr;
struct dcb_app_type event;
Expand Down

0 comments on commit 39d2039

Please sign in to comment.