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
commit 4bbcd1433e

View file

@ -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)