summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorA.T. Jefferies <alextjefferies@gmail.com>2025-07-24 02:17:57 +0300
committerHans Verkuil <hverkuil+cisco@kernel.org>2025-08-29 12:04:02 +0300
commit00899135240c81b3cf8fbc2a4aee2e92234ee0c6 (patch)
tree10179472cbdaea97fc01059ff80af66b21ad1417 /include/uapi
parentd5d12cc03e501c38925e544abe44d5bfe23dc930 (diff)
downloadlinux-00899135240c81b3cf8fbc2a4aee2e92234ee0c6.tar.xz
staging: media: tegra-video: use BIT() macro instead of shift
Replace two instances of (1 << X) with BIT(X) in tegra20.c to follow kernel coding style guidelines and improve clarity. The BIT() macro also ensures proper type handling for larger shifts. Signed-off-by: A.T. Jefferies <alextjefferies@gmail.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions