diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2017-02-09 16:14:13 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-03 11:24:00 +0100 |
commit | 6e9b73c695022b2c083517aaed455671ed0cdb2b (patch) | |
tree | 8e1d91f39e8e82df246b52e4396b5b199beccbf5 /include | |
parent | [media] coda/imx-vdoa: platform_driver should not be const (diff) | |
download | linux-6e9b73c695022b2c083517aaed455671ed0cdb2b.tar.xz linux-6e9b73c695022b2c083517aaed455671ed0cdb2b.zip |
[media] cec.h: small typo fix
ad -> as
It won't bring about world peace, but every little bit helps :-)
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/cec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/cec.h index 14b6f24b189e..a0dfe27bc6c7 100644 --- a/include/uapi/linux/cec.h +++ b/include/uapi/linux/cec.h @@ -223,7 +223,7 @@ static inline int cec_msg_status_is_ok(const struct cec_msg *msg) #define CEC_LOG_ADDR_BACKUP_2 13 #define CEC_LOG_ADDR_SPECIFIC 14 #define CEC_LOG_ADDR_UNREGISTERED 15 /* as initiator address */ -#define CEC_LOG_ADDR_BROADCAST 15 /* ad destination address */ +#define CEC_LOG_ADDR_BROADCAST 15 /* as destination address */ /* The logical address types that the CEC device wants to claim */ #define CEC_LOG_ADDR_TYPE_TV 0 |