Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679801 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-07-03 11:20 +0200 |
| Last post | 2017-07-03 11:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] [media] media: i2c: m5mols: fix spelling mistake: "Machanics" -> "Mechanics" Colin King <colin.king@canonical.com> - 2017-07-03 11:20 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-07-03 11:20 +0200 |
| Subject | [PATCH] [media] media: i2c: m5mols: fix spelling mistake: "Machanics" -> "Mechanics" |
| Message-ID | <tZ5Gq-7vd-15@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com> Trivial fix to spelling mistake in v4l2_info message Signed-off-by: Colin Ian King <colin.king@canonical.com> --- drivers/media/i2c/m5mols/m5mols_core.c | 2 +- drivers/scsi/qedi/qedi_fw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/m5mols/m5mols_core.c b/drivers/media/i2c/m5mols/m5mols_core.c index 9ccb5ee55fa9..463534d44756 100644 --- a/drivers/media/i2c/m5mols/m5mols_core.c +++ b/drivers/media/i2c/m5mols/m5mols_core.c @@ -457,7 +457,7 @@ static int m5mols_get_version(struct v4l2_subdev *sd) v4l2_info(sd, "Manufacturer\t[%s]\n", is_manufacturer(info, REG_SAMSUNG_ELECTRO) ? - "Samsung Electro-Machanics" : + "Samsung Electro-Mechanics" : is_manufacturer(info, REG_SAMSUNG_OPTICS) ? "Samsung Fiber-Optics" : is_manufacturer(info, REG_SAMSUNG_TECHWIN) ? -- 2.11.0
Back to top | Article view | linux.kernel
csiph-web