diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-01-27 08:36:01 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-30 12:54:40 -0500 |
commit | 3396c7823efb3a5b8630388c464e1034ea031ced (patch) | |
tree | 35a61f96c9c4fe1a2e191b78d93e6cdaa1e95596 /drivers/net/ethernet/realtek/Kconfig | |
parent | e94d5b7aec6a93d8ed3b9fc8e1c75285351eb17e (diff) |
drivers/net: fix up stale paths from driver reorg
The reorganization of the driver layout in drivers/net
left behind some stale paths in comments and in Kconfig
help text. Bring them up to date. No actual change to
any code takes place here.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/realtek/Kconfig')
-rw-r--r-- | drivers/net/ethernet/realtek/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/ethernet/realtek/Kconfig b/drivers/net/ethernet/realtek/Kconfig index 0578859a3c73..5821966f9f28 100644 --- a/drivers/net/ethernet/realtek/Kconfig +++ b/drivers/net/ethernet/realtek/Kconfig | |||
@@ -24,11 +24,11 @@ config ATP | |||
24 | select CRC32 | 24 | select CRC32 |
25 | ---help--- | 25 | ---help--- |
26 | This is a network (Ethernet) device which attaches to your parallel | 26 | This is a network (Ethernet) device which attaches to your parallel |
27 | port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO, | 27 | port. Read <file:drivers/net/ethernet/realtek/atp.c> as well as the |
28 | available from <http://www.tldp.org/docs.html#howto>, if you | 28 | Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>, |
29 | want to use this. If you intend to use this driver, you should have | 29 | if you want to use this. If you intend to use this driver, you |
30 | said N to the "Parallel printer support", because the two drivers | 30 | should have said N to the "Parallel printer support", because the two |
31 | don't like each other. | 31 | drivers don't like each other. |
32 | 32 | ||
33 | To compile this driver as a module, choose M here: the module | 33 | To compile this driver as a module, choose M here: the module |
34 | will be called atp. | 34 | will be called atp. |