Procházet zdrojové kódy

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>
Roberta Dobrescu před 11 roky
rodič
revize
c876109e66
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/iio/accel/mma8452.c

+ 1 - 1
drivers/iio/accel/mma8452.c

@@ -111,7 +111,7 @@ static const int mma8452_samp_freq[8][2] = {
 	{6, 250000}, {1, 560000}
 	{6, 250000}, {1, 560000}
 };
 };
 
 
-/* 
+/*
  * Hardware has fullscale of -2G, -4G, -8G corresponding to raw value -2048
  * Hardware has fullscale of -2G, -4G, -8G corresponding to raw value -2048
  * The userspace interface uses m/s^2 and we declare micro units
  * The userspace interface uses m/s^2 and we declare micro units
  * So scale factor is given by:
  * So scale factor is given by: