diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2017-05-18 10:45:10 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-06 12:44:46 +0200 |
commit | fd47bc412072563589245aefac372ee4a886cd7d (patch) | |
tree | ba3e740901068410bb049090e9ab3e19c9f01f4b /drivers/media | |
parent | [media] cec: stih: allow to use max CEC logical addresses (diff) | |
download | linux-fd47bc412072563589245aefac372ee4a886cd7d.tar.xz linux-fd47bc412072563589245aefac372ee4a886cd7d.zip |
[media] cec: stih: fix typos in comments
Minor fixes in comments
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/sti/cec/stih-cec.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/platform/sti/cec/stih-cec.c b/drivers/media/platform/sti/cec/stih-cec.c index df34a01ebb1d..6f9f03670b56 100644 --- a/drivers/media/platform/sti/cec/stih-cec.c +++ b/drivers/media/platform/sti/cec/stih-cec.c @@ -1,6 +1,6 @@ /* * STIH4xx CEC driver - * Copyright (C) STMicroelectronic SA 2016 + * Copyright (C) STMicroelectronics SA 2016 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -213,7 +213,8 @@ static int stih_cec_adap_transmit(struct cec_adapter *adap, u8 attempts, for (i = 0; i < msg->len; i++) writeb(msg->msg[i], cec->regs + CEC_TX_DATA_BASE + i); - /* Start transmission, configure hardware to add start and stop bits + /* + * Start transmission, configure hardware to add start and stop bits * Signal free time is handled by the hardware */ writel(CEC_TX_AUTO_SOM_EN | CEC_TX_AUTO_EOM_EN | CEC_TX_START | |