We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RANK_POSITION_LOG_BUCKETS_BEGIN and RANK_POSITION_DISTINCT_COUNT_CUTOFF need parens around their definitions.
RANK_POSITION_LOG_BUCKETS_BEGIN
RANK_POSITION_DISTINCT_COUNT_CUTOFF
Their uses are still correct without parens, but this is a code smell.
https://lore.kernel.org/oe-kbuild/20221027075910._PbWJp-5TkY_Ws8XnTmi6N1OnHCeRmO-lRyZj3XRJBk@z/T/#mbfb497176c369eb99f264c8c66cbef8883d29c57
Reported-by: kernel test robot lkp@intel.com Reported-by: Dan Carpenter dan.carpenter@oracle.com
The text was updated successfully, but these errors were encountered:
Hi, can I take on this issue? It seems like a simple fix for a first time contributor like me. Thank you!
Sorry, something went wrong.
Absolutely!
Add missing parens around macro definition
4927665
Fixes facebook#3301.
ee6475c
Fixes #3301.
terrelln
Successfully merging a pull request may close this issue.
RANK_POSITION_LOG_BUCKETS_BEGIN
andRANK_POSITION_DISTINCT_COUNT_CUTOFF
need parens around their definitions.Their uses are still correct without parens, but this is a code smell.
https://lore.kernel.org/oe-kbuild/20221027075910._PbWJp-5TkY_Ws8XnTmi6N1OnHCeRmO-lRyZj3XRJBk@z/T/#mbfb497176c369eb99f264c8c66cbef8883d29c57
Reported-by: kernel test robot lkp@intel.com
Reported-by: Dan Carpenter dan.carpenter@oracle.com
The text was updated successfully, but these errors were encountered: