diff mbox series

[v3,1/2] Remove documentation line that adds nothing and sounds condescending.

Message ID 20200706131014.19064-1-flameeyes@flameeyes.com (mailing list archive)
State New, archived
Headers show
Series [v3,1/2] Remove documentation line that adds nothing and sounds condescending. | expand

Commit Message

Diego Elio Pettenò July 6, 2020, 1:10 p.m. UTC
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com>
---
 Documentation/usb/usbmon.rst | 2 --
 1 file changed, 2 deletions(-)

Comments

Greg KH July 6, 2020, 4:34 p.m. UTC | #1
On Mon, Jul 06, 2020 at 02:10:13PM +0100, Diego Elio Pettenò wrote:
> Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com>

I can't take patches with no changelog text in them at all, sorry.
diff mbox series

Patch

diff --git a/Documentation/usb/usbmon.rst b/Documentation/usb/usbmon.rst
index b0bd51080799..e9ec7e40b3bf 100644
--- a/Documentation/usb/usbmon.rst
+++ b/Documentation/usb/usbmon.rst
@@ -346,8 +346,6 @@  be polled with select(2) and poll(2). But lseek(2) does not work.
 
 * Memory-mapped access of the kernel buffer for the binary API
 
-The basic idea is simple:
-
 To prepare, map the buffer by getting the current size, then using mmap(2).
 Then, execute a loop similar to the one written in pseudo-code below::