Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ff6d0cce
Commit
ff6d0cce
authored
Jul 08, 2014
by
Joerg Roedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iommu/amd: Fix typo in amd_iommu_v2 driver
Fix typo in a comment. Signed-off-by:
Joerg Roedel
<
jroedel@suse.de
>
parent
e5cac32c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/iommu/amd_iommu_v2.c
drivers/iommu/amd_iommu_v2.c
+1
-1
No files found.
drivers/iommu/amd_iommu_v2.c
View file @
ff6d0cce
...
...
@@ -49,7 +49,7 @@ struct pasid_state {
calls */
struct
task_struct
*
task
;
/* Task bound to this PASID */
struct
mm_struct
*
mm
;
/* mm_struct for the faults */
struct
mmu_notifier
mn
;
/* mmu_otifier handle */
struct
mmu_notifier
mn
;
/* mmu_
n
otifier handle */
struct
pri_queue
pri
[
PRI_QUEUE_SIZE
];
/* PRI tag states */
struct
device_state
*
device_state
;
/* Link to our device_state */
int
pasid
;
/* PASID index */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment