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
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
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
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
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
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
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
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:
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