iio: imu: inv_mpu6050: Fix multiline comments style
authorDaniel Baluta <daniel.baluta@intel.com>
Thu, 18 Feb 2016 15:53:06 +0000 (17:53 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 24 Feb 2016 20:40:41 +0000 (20:40 +0000)
commit23c5edccbfc6a170188c40ef8a14256715236b85
tree6465ef04665da2adb37af5cf347b914d89334d88
parent98e55e93a017f5786767e8219179f9c43634762d
iio: imu: inv_mpu6050: Fix multiline comments style

The preffered style for long (multi-line) comments is:

/*
 * this is a multiline
 * comment
 */

This also fixes checkpatch.pl warning:
WARNING: Block comments use * on subsequent lines

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
This page took 0.028841 seconds and 5 git commands to generate.