edac: shell: Update edac shell comments

Update edac shell comments reflecting devmem move from edac to a
special shell module.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2022-04-14 15:51:04 +03:00 committed by Johan Hedberg
commit 75eba3fdb9

View file

@ -30,9 +30,9 @@
* edac info ecc_error [show|clear] Show ECC Errors
* edac info parity_error [show|clear] Show Parity Errors
*
* Physical memory access interface
* Physical memory access interface using devmem shell module
*
* edac mem address [width [value]] Physical memory read / write
* devmem [width [value]] Physical memory read / write
*/
static void decode_ecc_error(const struct shell *shell, uint64_t ecc_error)