diff options
author | Tom Rix <trix@redhat.com> | 2022-03-13 19:04:57 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-04-24 10:25:51 +0300 |
commit | 4d19e0662fcc9e2f3bdada2c4e45dab36bd64a71 (patch) | |
tree | 901acf9c7528033c4410850e20cbb47cd916675b | |
parent | ab0589af587e3a340620dee5525113f8ada9caf8 (diff) | |
download | linux-4d19e0662fcc9e2f3bdada2c4e45dab36bd64a71.tar.xz |
media: i2c: cleanup comments
For spdx, remove leading space
Replacements
parametrize to parameterize
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
-rw-r--r-- | include/media/i2c/mt9t112.h | 2 | ||||
-rw-r--r-- | include/media/i2c/wm8775.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/media/i2c/mt9t112.h b/include/media/i2c/mt9t112.h index e678b6ae8e2f..825b4a169da8 100644 --- a/include/media/i2c/mt9t112.h +++ b/include/media/i2c/mt9t112.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 */ /* mt9t112 Camera * * Copyright (C) 2009 Renesas Solutions Corp. diff --git a/include/media/i2c/wm8775.h b/include/media/i2c/wm8775.h index 83675817639e..6ccdeb3817ab 100644 --- a/include/media/i2c/wm8775.h +++ b/include/media/i2c/wm8775.h @@ -23,7 +23,7 @@ struct wm8775_platform_data { /* - * FIXME: Instead, we should parametrize the params + * FIXME: Instead, we should parameterize the params * that need different settings between ivtv, pvrusb2, and Nova-S */ bool is_nova_s; |