commit | 23c5edccbfc6a170188c40ef8a14256715236b85 | [log] [tgz] |
---|---|---|
author | Daniel Baluta <daniel.baluta@intel.com> | Thu Feb 18 17:53:06 2016 +0200 |
committer | Jonathan Cameron <jic23@kernel.org> | Wed Feb 24 20:40:41 2016 +0000 |
tree | 6465ef04665da2adb37af5cf347b914d89334d88 | |
parent | 98e55e93a017f5786767e8219179f9c43634762d [diff] |
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>