* [PATCH] [NET] Fixed a small typo in the loopback driver
@ 2007-12-27 14:17 Emil Medve
2008-01-12 22:41 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Emil Medve @ 2007-12-27 14:17 UTC (permalink / raw)
To: davem, jgarzik, netdev; +Cc: Emil Medve
This is probably a result of the changes from commit
854d836 - [NET]: Dynamically allocate the loopback device, part 2
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
---
linux-2.6> scripts/checkpatch.pl 0001-NET-Fixed-a-small-typo-in-the-loopback-driver.patch
total: 0 errors, 0 warnings, 8 lines checked
Your patch has no obvious style problems and is ready for submission.
drivers/net/loopback.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c
index 662b8d1..fa147cd 100644
--- a/drivers/net/loopback.c
+++ b/drivers/net/loopback.c
@@ -242,7 +242,7 @@ static void loopback_setup(struct net_device *dev)
| NETIF_F_NO_CSUM
| NETIF_F_HIGHDMA
| NETIF_F_LLTX
- | NETIF_F_NETNS_LOCAL,
+ | NETIF_F_NETNS_LOCAL;
dev->ethtool_ops = &loopback_ethtool_ops;
dev->header_ops = ð_header_ops;
dev->init = loopback_dev_init;
--
1.5.4-rc1.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [NET] Fixed a small typo in the loopback driver
2007-12-27 14:17 [PATCH] [NET] Fixed a small typo in the loopback driver Emil Medve
@ 2008-01-12 22:41 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-01-12 22:41 UTC (permalink / raw)
To: Emil Medve; +Cc: davem, netdev
Emil Medve wrote:
> This is probably a result of the changes from commit
> 854d836 - [NET]: Dynamically allocate the loopback device, part 2
>
> Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
> ---
>
> linux-2.6> scripts/checkpatch.pl 0001-NET-Fixed-a-small-typo-in-the-loopback-driver.patch
> total: 0 errors, 0 warnings, 8 lines checked
>
> Your patch has no obvious style problems and is ready for submission.
>
>
> drivers/net/loopback.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-12 22:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-27 14:17 [PATCH] [NET] Fixed a small typo in the loopback driver Emil Medve
2008-01-12 22:41 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).