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

Commits on May 6, 2024

  1. kernel-driver-development-io-memory: remove leading tabs

    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]>
    arnout committed May 6, 2024
    Configuration menu
    Copy the full SHA
    368312c View commit details
    Browse the repository at this point in the history
  2. slides/kernel-driver-development-io-memory: fix "struct platform_device"

    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]>
    arnout committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e314157 View commit details
    Browse the repository at this point in the history