EDAC: Correct DIMM capacity unit symbol
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Wed, 19 Sep 2018 00:34:33 +0000 (17:34 -0700)
committerBorislav Petkov <bp@suse.de>
Sat, 22 Sep 2018 16:18:57 +0000 (18:18 +0200)
commit6f6da136046294a1e8d2944336eb97412751f653
tree8fa623e0298fd2a82f308bafe5acf9df5eac59db
parentc968ed08594dadb788a93dc2bc128ed4ef35c93e
EDAC: Correct DIMM capacity unit symbol

The {i3200|i7core|sb|skx}_edac drivers show DIMM capacity using the
wrong unit symbol: 'Mb' - megabit. Fix them by replacing 'Mb' with
'MiB' - mebibyte.

[Tony: These are all "edac_dbg()" messages, so this won't break scripts
       that parse console logs.]

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Aristeu Rozanski <aris@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-edac@vger.kernel.org
Link: https://lkml.kernel.org/r/20180919003433.16475-1-tony.luck@intel.com
drivers/edac/i3200_edac.c
drivers/edac/i7core_edac.c
drivers/edac/sb_edac.c
drivers/edac/skx_edac.c