Signed-off-by: Paul Bolle <pebo...@tiscali.nl> --- 0) The kconfig parsing code doesn't care about this typo. Not sure why, actually. Staring at zconf.l reveals "---" will be ignored, anywhere. But it's a mystery why one or two minuses will sometimes also be ignored. The joys of lex and yacc! Anyhow, it's a typo.
1) In case you fear a steady stream of trivialities like this: I've actually grepped the tree for all typos of this kind and there seem to be none left. drivers/net/ethernet/sfc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig index 435b4f1..4136ccc 100644 --- a/drivers/net/ethernet/sfc/Kconfig +++ b/drivers/net/ethernet/sfc/Kconfig @@ -24,7 +24,7 @@ config SFC_MCDI_MON bool "Solarflare SFC9000-family hwmon support" depends on SFC && HWMON && !(SFC=y && HWMON=m) default y - ----help--- + ---help--- This exposes the on-board firmware-managed sensors as a hardware monitor device. config SFC_SRIOV -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/