diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-01-27 14:36:01 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-30 18:54:40 +0100 |
commit | 3396c7823efb3a5b8630388c464e1034ea031ced (patch) | |
tree | 35a61f96c9c4fe1a2e191b78d93e6cdaa1e95596 /drivers/net/ethernet/realtek/Kconfig | |
parent | Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux (diff) | |
download | linux-3396c7823efb3a5b8630388c464e1034ea031ced.tar.xz linux-3396c7823efb3a5b8630388c464e1034ea031ced.zip |
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 select CRC32 ---help--- This is a network (Ethernet) device which attaches to your parallel - port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO, - available from <http://www.tldp.org/docs.html#howto>, if you - want to use this. If you intend to use this driver, you should have - said N to the "Parallel printer support", because the two drivers - don't like each other. + port. Read <file:drivers/net/ethernet/realtek/atp.c> as well as the + Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>, + if you want to use this. If you intend to use this driver, you + should have said N to the "Parallel printer support", because the two + drivers don't like each other. To compile this driver as a module, choose M here: the module will be called atp. |