[PATCH] Documentation: fix little inconsistencies

2017-09-16 Thread Pavel Machek
Fix little inconsistencies in Documentation: make case and spacing match surrounding text. Signed-off-by: Pavel Machek Reviewed-by: Darrick J. Wong diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 5a8f7f4..75236c0 100644 --- a/Documentation/filesyste

[PATCH] Documentation: fix ascii art in networking docs

2017-09-16 Thread Pavel Machek
Fix ascii-art. Signed-off-by: Pavel Machek diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt index 5e40e1f..6309e90 100644 --- a/Documentation/networking/switchdev.txt +++ b/Documentation/networking/switchdev.txt @@ -29,7 +29,7 @@ with SR-IOV or soft

Re: Vibrations in input vs. LED was Re: [PATCH v2 0/3] led: ledtrig-transient: add support for hrtimer

2017-09-16 Thread Pavel Machek
Hi! > These patch series add the LED_BRIGHTNESS_FAST flag support for > ledtrig-transient to use hrtimer so that platforms with high-resolution > timer > support can have better accuracy in the trigger duration timing. The > need for ... > > If we want to say "lets move

Re: Vibrations in input vs. LED was Re: [PATCH v2 0/3] led: ledtrig-transient: add support for hrtimer

2017-09-16 Thread Pavel Machek
Hi! > >> If we want to have discussion "how to make vibrations in input > >> easier to use", well that's fair. But I don't think it is particulary hard. > >> > > > > I would like to know more about why you find the FF interface hard, > > led-transient trigger can be activated using only followin

[PATCH] Documentation: link in networking docs

2017-09-16 Thread Pavel Machek
Fix link in filter.txt. Acked-by: Pavel Machek diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt index e5e33ba..789b74d 100644 --- a/Documentation/networking/filter.txt +++ b/Documentation/networking/filter.txt @@ -45,7 +45,7 @@ in many more places. There's

Re: [PATCH] Documentation: link in networking docs

2017-09-16 Thread David Miller
From: Pavel Machek Date: Sat, 16 Sep 2017 16:28:02 +0200 > Fix link in filter.txt. > > Acked-by: Pavel Machek Applied, thanks Pavel. -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger

rcu kernel-doc issues (4.14-rc1)

2017-09-16 Thread Randy Dunlap
On 4.14-rc1, I am seeing lots of warnings on rcu kernel-doc: .. kernel-doc:: include/linux/rcupdate.h :external: ./Documentation/core-api/kernel-api.rst:357: ERROR: Error in "kernel-doc" directive: unknown option: "external". .. kernel-doc:: include/linux/rcupdate_wait.h :external: ./Docum

kernel-doc: handle DECLARE_KFIFO() ?

2017-09-16 Thread Randy Dunlap
scripts/kernel-doc handles DECLARE_BITMAP() and DECLARE_HASHTABLE(). Recently drivers/gpio/gpiolib.c has been changed to use DECLARE_KFIFO() *and* that is inside kernel-doc notation, but scripts/kernel-doc doesn't know about DECLARE_KFIFO(), so it causes these warnings: ../drivers/gpio/gpiolib.c:

Re: rcu kernel-doc issues (4.14-rc1)

2017-09-16 Thread Paul E. McKenney
On Sat, Sep 16, 2017 at 06:26:04PM -0700, Randy Dunlap wrote: > On 4.14-rc1, I am seeing lots of warnings on rcu kernel-doc: > > .. kernel-doc:: include/linux/rcupdate.h >:external: > ./Documentation/core-api/kernel-api.rst:357: ERROR: Error in "kernel-doc" > directive: > unknown option: "ext