diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-12-30 13:57:54 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-01 07:12:09 -0500 |
commit | c876109e66e11b85a057375d1fa15735813e5fd3 (patch) | |
tree | 9241f257eb33e5042a80a8ba460f50dd703546f3 /drivers/iio | |
parent | b0868df4339fabf3dee680818f3193af352aa25d (diff) |
iio: accel: mma8452: Remove trailing whitespace
This patch fixes the following checkpatch.pl error:
ERROR: trailing whitespace
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/accel/mma8452.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c index 3c12d4966376..5b80657883bb 100644 --- a/drivers/iio/accel/mma8452.c +++ b/drivers/iio/accel/mma8452.c | |||
@@ -111,7 +111,7 @@ static const int mma8452_samp_freq[8][2] = { | |||
111 | {6, 250000}, {1, 560000} | 111 | {6, 250000}, {1, 560000} |
112 | }; | 112 | }; |
113 | 113 | ||
114 | /* | 114 | /* |
115 | * Hardware has fullscale of -2G, -4G, -8G corresponding to raw value -2048 | 115 | * Hardware has fullscale of -2G, -4G, -8G corresponding to raw value -2048 |
116 | * The userspace interface uses m/s^2 and we declare micro units | 116 | * The userspace interface uses m/s^2 and we declare micro units |
117 | * So scale factor is given by: | 117 | * So scale factor is given by: |