diff options
author | Deepak R Varma <drv@mailo.com> | 2023-01-15 12:47:37 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-01-17 16:11:51 -0500 |
commit | e5975d7816a7a7e2273a3fab755a17acde1e7769 (patch) | |
tree | 69a0305eacb4f76737622fc32acdcce93f5b6d0e /io_uring/statx.c | |
parent | d3d3b8945128e8522e5ece44524e88e870b22f79 (diff) | |
download | linux-e5975d7816a7a7e2273a3fab755a17acde1e7769.tar.gz |
drm/amd/pm/powerplay/smumgr/ci: use bitwise or for bitmasks addition
For bit mask addition, it is recommended to use or operator "|" instead
of numerical addition as the former is quicker and cleaner. Change
suggested by orplus.cocci Coccinelle semantic patch.
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Deepak R Varma <drv@mailo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'io_uring/statx.c')
0 files changed, 0 insertions, 0 deletions