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
See https://github.com/antoniocorreia/cprojects/blob/d14b520bb863d2aec4b713546b366595328ddd8a/patterns/list4/samsung-kernel-msm7x30/refactoring8/example80.c#L173
We do not detect it correctly. Adding
{ .chip = { .base = S5PC100_GPL1(0), .ngpio = S5PC100_GPIO_L1_NR, .label = "GPL1", }, }, { .chip = { .base = S5PC100_GPL2(0), .ngpio = S5PC100_GPIO_L2_NR, .label = "GPL2", }, }, { .chip = { .base = S5PC100_GPL3(0), .ngpio = S5PC100_GPIO_L3_NR, .label = "GPL3", },
as a test would be great,
The text was updated successfully, but these errors were encountered:
@pombredanne I would love to take up and solve this issue, could you please guide me on how to proceed
Sorry, something went wrong.
add test for false positive GPL3 license
482a798
Ref: aboutcode-org#3932
08f5769
Ref: aboutcode-org#3932 Signed-off-by: Alok Kumar <[email protected]>
Successfully merging a pull request may close this issue.
See https://github.com/antoniocorreia/cprojects/blob/d14b520bb863d2aec4b713546b366595328ddd8a/patterns/list4/samsung-kernel-msm7x30/refactoring8/example80.c#L173
We do not detect it correctly.
Adding
as a test would be great,
The text was updated successfully, but these errors were encountered: