]> git.baikalelectronics.ru Git - kernel.git/commit
staging: iio: tsl2583: fix multiline comment syntax
authorBrian Masney <masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:28 +0000 (13:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 13 Nov 2016 13:07:25 +0000 (13:07 +0000)
commita58317389782ca12f2994f4328876a2ddeb8867b
treed0d60bd5019245b276fbd4470b08aa76e686699a
parent05629f34a12e5ce88a84c0e56bf523cf70e08ca9
staging: iio: tsl2583: fix multiline comment syntax

The definition of the tsl2583_device_lux struct has a series of single
line comments. There are two other cases where the multiline comments
did not have an initial blank line. Change these comments to use the
proper multiline syntax.

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