summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStefan Herdler <herdler@nurfuerspam.de>2024-05-07 03:24:55 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-06-04 17:19:56 +0300
commite7b9b556aa799fd7a917801a6afc86f4317532fc (patch)
tree6570999b5aebd61580f0d83c9f9cbc52eeb395b8 /scripts
parent3c08dc38e3cf018a74c64e75cebcc803d973196c (diff)
downloadlinux-e7b9b556aa799fd7a917801a6afc86f4317532fc.tar.xz
media: av7110: coding style fixes: sizeof
This patch fixes the following checkpatch warnings: WARNING:SIZEOF_PARENTHESIS: sizeof d should be sizeof(d) WARNING:SIZEOF_PARENTHESIS: sizeof f->fmt.sliced should be sizeof(f->fmt.sliced) WARNING:CONST_STRUCT: struct dvb_frontend_ops should normally be const CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*av7110)...) over kzalloc(sizeof(struct av7110)...) Signed-off-by: Stefan Herdler <herdler@nurfuerspam.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions