Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67067
b: refs/heads/master
c: 9ef4429
h: refs/heads/master
i:
  67065: 96f34b5
  67063: 23dcd25
v: v3
  • Loading branch information
Benjamin Thery authored and David S. Miller committed Oct 11, 2007
1 parent e6419e8 commit 550d282
Show file tree
Hide file tree
Showing 2 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: cd40b7d3983c708aabe3d3008ec64ffce56d33b0
refs/heads/master: 9ef4429b31b86d486b56b6c179fe52b5c7152f13
4 changes: 2 additions & 2 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ extern void netdev_run_todo(void);
* dev_put - release reference to device
* @dev: network device
*
* Hold reference to device to keep it from being freed.
* Release reference to device to allow it to be freed.
*/
static inline void dev_put(struct net_device *dev)
{
Expand All @@ -1075,7 +1075,7 @@ static inline void dev_put(struct net_device *dev)
* dev_hold - get reference to device
* @dev: network device
*
* Release reference to device to allow it to be freed.
* Hold reference to device to keep it from being freed.
*/
static inline void dev_hold(struct net_device *dev)
{
Expand Down

0 comments on commit 550d282

Please sign in to comment.