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:
Andrei Emeltchenko 2021-02-10 13:39:29 +02:00 committed by Johan Hedberg
parent 3f055058dc
commit 4bbcd1433e
1 changed files with 10 additions and 9 deletions

View File

@ -16,22 +16,23 @@
/**
* EDAC Error Injection interface
*
* edac inject addr [value] - Physical memory address base
* edac inject mask [value] - Physical memory address mask
* edac inject ctrl - EDAC Injection control
* edac inject addr [value] Physical memory address base
* edac inject mask [value] Physical memory address mask
* edac inject error_type Show / Set EDAC error type
* edac inject trigger Trigger injection
*
* edac disable_nmi - Experimental disable NMI
* edac enable_nmi - Experimental enable NMI
* edac disable_nmi Experimental disable NMI
* edac enable_nmi Experimental enable NMI
*
* EDAC Report interface
*
* edac info - Show EDAC ECC / Parity error info
* edac info ecc_error [show|clear] - Show ECC Errors
* edac info parity_error [show|clear] - Show Parity Errors
* edac info Show EDAC ECC / Parity error info
* edac info ecc_error [show|clear] Show ECC Errors
* edac info parity_error [show|clear] Show Parity Errors
*
* 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)