[PATCH] phylib help text fixes
From: Randy Dunlap <hidden>
Date: 2006-12-03 18:55:10
From: Randy Dunlap <redacted> Fix help text typos. Fix help text width to be < 80 columns: better for editors and for menuconfig in 80-column terms. Signed-off-by: Randy Dunlap <redacted> --- drivers/net/phy/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
--- linux-2.6.19-rc6-mm2.orig/drivers/net/phy/Kconfig
+++ linux-2.6.19-rc6-mm2/drivers/net/phy/Kconfig@@ -56,9 +56,10 @@ config BROADCOM_PHY config FIXED_PHY tristate "Drivers for PHY emulation on fixed speed/link" ---help--- - Adds the driver to PHY layer to cover the boards that do not have any PHY bound, - but with the ability to manipulate with speed/link in software. The relavant MII - speed/duplex parameters could be effectively handled in user-specified fuction. + Adds the driver to PHY layer to cover the boards that do not have + any PHY bound, but with the ability to manipulate the speed/link + in software. The relevant MII speed/duplex parameters could be + effectively handled in user-specified functions. Currently tested with mpc866ads. config FIXED_MII_10_FDX
---