Re: [PATCH v1 14/22] docs: usb: rename files to .rst and add them to drivers-api

2019-06-19 Thread Johan Hovold
rom > there that are specific to sysadmins, adding them to the > admin-guide. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Johan Hovold

Re: [PATCH 04/14] ABI: better identificate tables

2019-06-19 Thread Johan Hovold
On Thu, Jun 13, 2019 at 11:04:10PM -0300, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > When parsing via script, it is important to know if the script > should consider a description as a literal block that should > be displayed as-is, or if the description can be considered > as

Re: [PATCH 04/14] ABI: better identificate tables

2019-06-20 Thread Johan Hovold
On Wed, Jun 19, 2019 at 05:02:07PM +0200, Greg Kroah-Hartman wrote: > On Wed, Jun 19, 2019 at 10:56:33AM -0300, Mauro Carvalho Chehab wrote: > > Hi Johan, > > > > Em Wed, 19 Jun 2019 14:51:35 +0200 > > Johan Hovold escreveu: > > > > > On Thu, Jun 13

Re: [PATCH v11 11/12] iio: multiplexer: fix unsigned check with less than zero

2017-03-27 Thread Johan Hovold
On Mon, Mar 27, 2017 at 02:17:48PM +0200, Peter Rosin wrote: > Comparing a size_t with less than zero is always false as size_t > is unsigned. So, change the type of the variable to ssize_t and > replicate the size check from mux_configure_channel() into > mux_write_ext_info() thus ensuring that th

Re: [PATCH v11 11/12] iio: multiplexer: fix unsigned check with less than zero

2017-03-27 Thread Johan Hovold
On Mon, Mar 27, 2017 at 03:46:47PM +0200, Peter Rosin wrote: > On 2017-03-27 15:06, Johan Hovold wrote: > > On Mon, Mar 27, 2017 at 02:17:48PM +0200, Peter Rosin wrote: > >> Comparing a size_t with less than zero is always false as size_t > >> is unsigned. So, change

[PATCH] Documentation: stable-kernel-rules: fix stable-tag format

2017-04-03 Thread Johan Hovold
submitted (it was added in v2 without any comment). Drop the minus sign to avoid any confusion. Fixes: fdc81b7910ad ("stable_kernel_rules: Add clause about specification of kernel versions to patch.") Signed-off-by: Johan Hovold --- Documentation/process/stable-kernel-rules.rst | 2

Re: [PATCH] Documentation/usb: Fix dead links and convert others to https

2018-03-29 Thread Johan Hovold
On Thu, Mar 29, 2018 at 12:07:52AM +0800, Sanjeev Gupta wrote: > All links checked, for those dead, I have replaced with copies on > archive.org. For some, https is not supported, http has been > kept. > > The git log says this was last done by Justin P. Mattock in 2010. > Hi, Justin! Not sure t