forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: update/fix my e-mail on some places
There are two places pointing to an unexisting "[email protected]" email. I never had such email, so, I'm unsure how it ends there. Anyway, it is plain wrong. While here, use my canonical e-mail on a bunch of places that are pointing to another e-mail. The idea is that, from now on, all places will be pointing to the same SMTP server. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,15 +77,15 @@ Description: Read/Write attribute file that controls memory scrubbing. | |
|
||
What: /sys/devices/system/edac/mc/mc*/max_location | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This attribute file displays the information about the last | ||
available memory slot in this memory controller. It is used by | ||
userspace tools in order to display the memory filling layout. | ||
|
||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/size | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This attribute file will display the size of dimm or rank. | ||
For dimm*/size, this is the size, in MB of the DIMM memory | ||
|
@@ -96,22 +96,22 @@ Description: This attribute file will display the size of dimm or rank. | |
|
||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_dev_type | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This attribute file will display what type of DRAM device is | ||
being utilized on this DIMM (x1, x2, x4, x8, ...). | ||
|
||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_edac_mode | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This attribute file will display what type of Error detection | ||
and correction is being utilized. For example: S4ECD4ED would | ||
mean a Chipkill with x4 DRAM. | ||
|
||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_label | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This control file allows this DIMM to have a label assigned | ||
to it. With this label in the module, when errors occur | ||
|
@@ -126,14 +126,14 @@ Description: This control file allows this DIMM to have a label assigned | |
|
||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_location | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This attribute file will display the location (csrow/channel, | ||
branch/channel/slot or channel/slot) of the dimm or rank. | ||
|
||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_mem_type | ||
Date: April 2012 | ||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com> | ||
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||
[email protected] | ||
Description: This attribute file will display what type of memory is | ||
currently on this csrow. Normally, either buffered or | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters