aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitali Borkar <mitaliborkar810@gmail.com>2021-04-13 07:16:22 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-05-10 11:36:35 +0200
commit17daf473e2a48ca34b434f69c00bd2fd6fa39a4d (patch)
tree774f272716d61e9ffc8f8f8fe8b07d753be802aa
parentmedia: staging: media: intel-ipu3: reduce length of line (diff)
downloadlinux-dev-17daf473e2a48ca34b434f69c00bd2fd6fa39a4d.tar.xz
linux-dev-17daf473e2a48ca34b434f69c00bd2fd6fa39a4d.zip
media: staging: media: intel-ipu3: remove space before tabs
Removed unnecessary space before tabs to adhere to linux kernel coding style. Reported by checkpatch. Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r--drivers/staging/media/ipu3/include/intel-ipu3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h
index ce068b2bea73..1f4a2fd7c9f5 100644
--- a/drivers/staging/media/ipu3/include/intel-ipu3.h
+++ b/drivers/staging/media/ipu3/include/intel-ipu3.h
@@ -631,7 +631,7 @@ struct ipu3_uapi_bnr_static_config_wb_gains_thr_config {
* @cg: Gain coefficient for threshold calculation, [0, 31], default 8.
* @ci: Intensity coefficient for threshold calculation. range [0, 0x1f]
* default 6.
- * format: u3.2 (3 most significant bits represent whole number,
+ * format: u3.2 (3 most significant bits represent whole number,
* 2 least significant bits represent the fractional part
* with each count representing 0.25)
* e.g. 6 in binary format is 00110, that translates to 1.5