Re: [PATCH] iio: dpot-dac: fix code comment in dpot_dac_read_raw()

2020-08-29 Thread Jonathan Cameron
On Wed, 26 Aug 2020 14:25:29 -0500 "Gustavo A. R. Silva" wrote: > On Wed, Aug 26, 2020 at 04:16:23PM +0200, Peter Rosin wrote: > > On 2020-08-26 16:17, Gustavo A. R. Silva wrote: > > >> And just to be explicit, this fix is for 5.9. > > >> > > >> Acked-by: Peter Rosin > > >> > > > > > > If

Re: [PATCH] iio: dpot-dac: fix code comment in dpot_dac_read_raw()

2020-08-26 Thread Gustavo A. R. Silva
On Wed, Aug 26, 2020 at 04:16:23PM +0200, Peter Rosin wrote: > On 2020-08-26 16:17, Gustavo A. R. Silva wrote: > >> And just to be explicit, this fix is for 5.9. > >> > >> Acked-by: Peter Rosin > >> > > > > If you don't mind I can add this to my tree for 5.9-rc4 > > and send it directly to

Re: [PATCH] iio: dpot-dac: fix code comment in dpot_dac_read_raw()

2020-08-26 Thread Gustavo A. R. Silva
Hi, On 8/26/20 02:04, Peter Rosin wrote: > Hi! > > On 2020-08-26 02:08, Gustavo A. R. Silva wrote: >> After the replacement of the /* fall through */ comment with the >> fallthrough pseudo-keyword macro, the natural reading of a code >> comment was broken. >> >> Fix the natural reading of such a

Re: [PATCH] iio: dpot-dac: fix code comment in dpot_dac_read_raw()

2020-08-26 Thread Peter Rosin
On 2020-08-26 16:17, Gustavo A. R. Silva wrote: >> And just to be explicit, this fix is for 5.9. >> >> Acked-by: Peter Rosin >> > > If you don't mind I can add this to my tree for 5.9-rc4 > and send it directly to Linus. Fine by me, Jonathan might think differently but I can't find a reason

Re: [PATCH] iio: dpot-dac: fix code comment in dpot_dac_read_raw()

2020-08-26 Thread Peter Rosin
Hi! On 2020-08-26 02:08, Gustavo A. R. Silva wrote: > After the replacement of the /* fall through */ comment with the > fallthrough pseudo-keyword macro, the natural reading of a code > comment was broken. > > Fix the natural reading of such a comment and make it intelligible. > > Reported-by:

[PATCH] iio: dpot-dac: fix code comment in dpot_dac_read_raw()

2020-08-25 Thread Gustavo A. R. Silva
After the replacement of the /* fall through */ comment with the fallthrough pseudo-keyword macro, the natural reading of a code comment was broken. Fix the natural reading of such a comment and make it intelligible. Reported-by: Peter Rosin Signed-off-by: Gustavo A. R. Silva ---