]> 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)
commit0dd594588fc21f02beb92da88b9ec37df0dcb8d0
treed0d60bd5019245b276fbd4470b08aa76e686699a
parent0bc416359169b92ce921ceb987ff603d032f8bb5
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