Re: [PATCH 1/1][NET] : Fix dev_put() and dev_hold() comments

2007-10-10 Thread David Miller
From: Benjamin Thery <[EMAIL PROTECTED]> Date: Tue, 02 Oct 2007 16:37:34 +0200 > Trivial fix: Swap comments for dev_put() and dev_hold() to get them > at the right place. > Typo introduced by 4fa57c9ea9f36f9ca852f3a88ca5d2f1aebbc960. > > Signed-of-by: Benjamin Thery <[EMAIL PROTECTED]> Applied,

[PATCH 1/1][NET] : Fix dev_put() and dev_hold() comments

2007-10-02 Thread Benjamin Thery
Trivial fix: Swap comments for dev_put() and dev_hold() to get them at the right place. Typo introduced by 4fa57c9ea9f36f9ca852f3a88ca5d2f1aebbc960. Signed-of-by: Benjamin Thery <[EMAIL PROTECTED]> --- include/linux/netdevice.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: