diff options
| author | Hans Verkuil <[email protected]> | 2017-02-09 13:14:13 -0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-03-03 07:24:00 -0300 |
| commit | 6e9b73c695022b2c083517aaed455671ed0cdb2b (patch) | |
| tree | 8e1d91f39e8e82df246b52e4396b5b199beccbf5 /include/uapi/linux | |
| parent | 227dc9b6bfdfe994ea67b26e6c8d72e4c21bd743 (diff) | |
[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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -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 |