Re: [PATCH] trivial: fix inconsistent help texts

2018-05-07 Thread David Miller
From: Georg Hofmann Date: Mon, 7 May 2018 14:03:18 +0200 > This patch removes "experimental" from the help text where depends on > CONFIG_EXPERIMENTAL was already removed. > > Signed-off-by: Georg Hofmann Applied.

[PATCH] trivial: fix inconsistent help texts

2018-05-07 Thread Georg Hofmann
This patch removes "experimental" from the help text where depends on CONFIG_EXPERIMENTAL was already removed. Signed-off-by: Georg Hofmann --- net/ipv6/Kconfig | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net/ipv6/Kconfig

[PATCH] trivial: fix alignment of IP-Config output

2008-02-12 Thread Uwe Kleine-König
make the intended lines aligned in the output (not in the code) Signed-off-by: Uwe Kleine-König [EMAIL PROTECTED] --- net/ipv4/ipconfig.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index a52b585..10013cc 100644 ---

[PATCH] trivial: fix spelling errors in Kconfigs

2006-02-12 Thread Jon Mason
Resubmission of patch originally sent on November 17, modified to apply cleanly to 2.6.16 This patch corrects a few spelling and grammar errors found in drivers/net Signed-off-by: Jon Mason [EMAIL PROTECTED] diff -r 2fa13972604f drivers/net/Kconfig --- a/drivers/net/Kconfig Wed Feb 8

[PATCH] trivial fix

2006-01-22 Thread Denis Vlasenko
Patch fixes misplaced (). Diffed against wireless-2.6.git Signed-off-by: Denis Vlasenko [EMAIL PROTECTED] -- vda diff -urpN softmac-snapshot/net/ieee80211/ieee80211_rx.c softmac-snapshot.1/net/ieee80211/ieee80211_rx.c --- softmac-snapshot/net/ieee80211/ieee80211_rx.c Wed Jan 18 07:27:03 2006 +++