diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2017-02-09 13:14:13 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-03 07:24:00 -0300 |
commit | 6e9b73c695022b2c083517aaed455671ed0cdb2b (patch) | |
tree | 8e1d91f39e8e82df246b52e4396b5b199beccbf5 /include | |
parent | 227dc9b6bfdfe994ea67b26e6c8d72e4c21bd743 (diff) | |
download | op-kernel-dev-6e9b73c695022b2c083517aaed455671ed0cdb2b.zip op-kernel-dev-6e9b73c695022b2c083517aaed455671ed0cdb2b.tar.gz |
[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 14b6f24..a0dfe27 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 |