commit | b19a8b3d36697d8cf8f9a305d85a313d931fef71 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Tue Aug 25 18:57:12 2020 -0500 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Aug 26 14:02:24 2020 -0500 |
tree | e7c375713d8b1dda199d05f5c79fbde4127a8f60 | |
parent | df561f6688fef775baa341a0f5d960becd248b11 [diff] |
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>