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
e7bf068a
Commit
e7bf068a
authored
Dec 27, 2010
by
David Sterba
Committed by
Jiri Kosina
Dec 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i7core_edac: fix typos in comments
Signed-off-by:
Jiri Kosina
<
jkosina@suse.cz
>
parent
23a0790a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/edac/i7core_edac.c
drivers/edac/i7core_edac.c
+3
-3
No files found.
drivers/edac/i7core_edac.c
View file @
e7bf068a
/* Intel i7 core/Nehalem Memory Controller kernel module
/* Intel i7 core/Nehalem Memory Controller kernel module
*
*
* This driver supports
y
he memory controllers found on the Intel
* This driver supports
t
he memory controllers found on the Intel
* processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx,
* processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx,
* Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
* Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
* and Westmere-EP.
* and Westmere-EP.
...
@@ -1271,7 +1271,7 @@ static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table)
...
@@ -1271,7 +1271,7 @@ static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table)
int
i
;
int
i
;
/*
/*
* On Xeon 55xx, the Intel Qu
ckp
ath Arch Generic Non-core pci buses
* On Xeon 55xx, the Intel Qu
ick P
ath Arch Generic Non-core pci buses
* aren't announced by acpi. So, we need to use a legacy scan probing
* aren't announced by acpi. So, we need to use a legacy scan probing
* to detect them
* to detect them
*/
*/
...
@@ -1864,7 +1864,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
...
@@ -1864,7 +1864,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
if
(
mce
->
mcgstatus
&
1
)
if
(
mce
->
mcgstatus
&
1
)
i7core_check_error
(
mci
);
i7core_check_error
(
mci
);
/* Advi
ce mcelog that the error
were handled */
/* Advi
se mcelog that the errors
were handled */
return
1
;
return
1
;
}
}
...
...
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