On Mon, Jul 06, 2020 at 11:44:15PM +0100, Diego Elio Pettenò wrote: > This allows applications to use the usbmon ioctl() without declaring the > constants. > > Update the documentation to reflect the new header. > > Cc: linux-usb@xxxxxxxxxxxxxxx > Cc: Pete Zaitcev <zaitcev@xxxxxxxxxx> > Cc: Paolo Abeni <pabeni@xxxxxxxxxx> > Cc: Kris Katterjohn <katterjohn@xxxxxxxxx> > Cc: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Diego Elio Pettenò <flameeyes@xxxxxxxxxxxxx> > --- > Documentation/usb/usbmon.rst | 70 ++++++++++++----------- > drivers/usb/mon/mon_bin.c | 92 +----------------------------- > include/uapi/linux/usb/mon.h | 107 +++++++++++++++++++++++++++++++++++ > 3 files changed, 145 insertions(+), 124 deletions(-) > create mode 100644 include/uapi/linux/usb/mon.h What changed from previous versions? Always put that below the --- line like the documentation asks you to. Please do that when you resend this series. thanks, greg k-h