]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: iio: tsl2583: fixed ordering of comments
authorBrian Masney <masneyb@onstation.org>
Thu, 3 Nov 2016 12:56:14 +0000 (08:56 -0400)
committerJonathan Cameron <jic23@kernel.org>
Sun, 6 Nov 2016 11:48:52 +0000 (11:48 +0000)
commit4a0f36144c2504313f62cad31564e405ebbbb47b
treef0b529ffce25dd8d472ea08922f99b95c7bb43b6
parent6bd0cb2b594b4a735301245cf9387c9c671e6168
staging: iio: tsl2583: fixed ordering of comments

in taos_defaults()

The comments in taos_defaults() appear after the line of code
that they apply to. This patch moves the comments so that they appear
before the code. Some of the comments were updated to be more
informative.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c