diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-07-31 15:22:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-01 19:45:48 +0200 |
commit | ac0e3f20c7a9fbace30d38e7d306ab15f3e6fd31 (patch) | |
tree | eb42de282c1ffc0f2598d0b9ffaab43302dadaa3 /drivers/net/ethernet/apple | |
parent | net: amd: Spelling s/case/cause/ (diff) | |
download | linux-ac0e3f20c7a9fbace30d38e7d306ab15f3e6fd31.tar.xz linux-ac0e3f20c7a9fbace30d38e7d306ab15f3e6fd31.zip |
net: apple: Fix manufacturer name in Kconfig help text
The help text refers to IBM instead of Apple, presumably because it was
copied from the former.
Fixes: 8fb6b0908176704a ("bmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) drivers")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/apple')
-rw-r--r-- | drivers/net/ethernet/apple/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/apple/Kconfig b/drivers/net/ethernet/apple/Kconfig index fde7ae33e302..f78b9c841296 100644 --- a/drivers/net/ethernet/apple/Kconfig +++ b/drivers/net/ethernet/apple/Kconfig @@ -11,8 +11,8 @@ config NET_VENDOR_APPLE If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the - kernel: saying N will just cause the configurator to skip all - the questions about IBM devices. If you say Y, you will be asked for + kernel: saying N will just cause the configurator to skip all the + questions about Apple devices. If you say Y, you will be asked for your specific card in the following questions. if NET_VENDOR_APPLE |