Skip to content
New issue

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

Kernel: Replace C-idioms with AK types in RTL8168 network adapter #23334

Merged
merged 1 commit into from Mar 4, 2024

Conversation

trflynn89
Copy link
Member

Instead of using C-arrays, and manually counting their lengths, use AK::Array. And pass these arrays around as spans, instead of as pointer-and-length pairs.

Instead of using C-arrays, and manually counting their lengths, use
AK::Array. And pass these arrays around as spans, instead of as pointer-
and-length pairs.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Feb 24, 2024
@LucasChollet LucasChollet added ✅ pr-community-approved PR has been approved by a community member and removed 👀 pr-needs-review PR needs review from a maintainer or community member labels Mar 4, 2024
@timschumi timschumi merged commit 836d93f into SerenityOS:master Mar 4, 2024
14 checks passed
@github-actions github-actions bot removed the ✅ pr-community-approved PR has been approved by a community member label Mar 4, 2024
@trflynn89 trflynn89 deleted the no_c branch March 4, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants