]> git.baikalelectronics.ru Git - kernel.git/commit
iio: dpot-dac: fix code comment in dpot_dac_read_raw()
authorGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 25 Aug 2020 23:57:12 +0000 (18:57 -0500)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 26 Aug 2020 19:02:24 +0000 (14:02 -0500)
commita626d7ae03397d9ca904f0caa4bf22f57086e767
treee7c375713d8b1dda199d05f5c79fbde4127a8f60
parentaa2905e33b69d892f2ec933bd2a5b880295d8a3a
iio: dpot-dac: fix code comment in dpot_dac_read_raw()

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 <peda@axentia.se>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
drivers/iio/dac/dpot-dac.c