edac: shell: Update shell commands comments
Correct commands descriptions in comments Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
3f055058dc
commit
4bbcd1433e
1 changed files with 10 additions and 9 deletions
|
@ -16,22 +16,23 @@
|
||||||
/**
|
/**
|
||||||
* EDAC Error Injection interface
|
* EDAC Error Injection interface
|
||||||
*
|
*
|
||||||
* edac inject addr [value] - Physical memory address base
|
* edac inject addr [value] Physical memory address base
|
||||||
* edac inject mask [value] - Physical memory address mask
|
* edac inject mask [value] Physical memory address mask
|
||||||
* edac inject ctrl - EDAC Injection control
|
* edac inject error_type Show / Set EDAC error type
|
||||||
|
* edac inject trigger Trigger injection
|
||||||
*
|
*
|
||||||
* edac disable_nmi - Experimental disable NMI
|
* edac disable_nmi Experimental disable NMI
|
||||||
* edac enable_nmi - Experimental enable NMI
|
* edac enable_nmi Experimental enable NMI
|
||||||
*
|
*
|
||||||
* EDAC Report interface
|
* EDAC Report interface
|
||||||
*
|
*
|
||||||
* edac info - Show EDAC ECC / Parity error info
|
* edac info Show EDAC ECC / Parity error info
|
||||||
* edac info ecc_error [show|clear] - Show ECC Errors
|
* edac info ecc_error [show|clear] Show ECC Errors
|
||||||
* edac info parity_error [show|clear] - Show Parity Errors
|
* edac info parity_error [show|clear] Show Parity Errors
|
||||||
*
|
*
|
||||||
* Physical memory access interface
|
* Physical memory access interface
|
||||||
*
|
*
|
||||||
* edac mem address [width [value]] - Physical memory read / write
|
* edac mem address [width [value]] Physical memory read / write
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void decode_ecc_error(const struct shell *shell, uint64_t ecc_error)
|
static void decode_ecc_error(const struct shell *shell, uint64_t ecc_error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue