Message ID | 20200706224415.2854-1-flameeyes@flameeyes.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v4,1/2] Remove documentation line that adds nothing and sounds condescending. | expand |
On Mon, Jul 06, 2020 at 11:44:14PM +0100, Diego Elio Pettenò wrote: > "Easy" is a subjective term, and while not adding more context, it can push > away some of the readers. > > Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com> Nit, your subject line needs "USB: usbmon:" in it, and please cc: the proper people that get_maintainer.pl asks you to. thanks, greg k-h
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::
"Easy" is a subjective term, and while not adding more context, it can push away some of the readers. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com> --- Documentation/usb/usbmon.rst | 2 -- 1 file changed, 2 deletions(-)