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

Fix struct platform device #239

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arnout
Copy link
Contributor

@arnout arnout commented May 6, 2024

While using the bootlin materials for an internal training, there are a few improvements I made (at least, I consider them improvments myself). Since you probably don't agree with all of them, I'm making separate PRs for each. Feel free to close the PR if you disagree with the idea.

arnout added 2 commits May 6, 2024 10:49
There's a bit of tabs-spaces mixing going on here, which screws up
indentation unless the tab size is set exactly right. Replace leading
tabs with 8 spaces.

Note that the code block isn't changed because that tab comes straight
from the actual source.

Signed-off-by: Arnout Vandecappelle <[email protected]>
There is no "struct pdev", it's "struct platform_device". Variables of
that type are typically called "pdev" however.

Signed-off-by: Arnout Vandecappelle <[email protected]>
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.

2 participants