md/raid5: improve consistency of error messages.
authorNeilBrown <neilb@suse.de>
Mon, 3 May 2010 04:09:02 +0000 (14:09 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 18 May 2010 05:27:58 +0000 (15:27 +1000)
commit0c55e02259115c151e4835dd417cf41467bb02e2
treebcc12cd6c9b2d40b8bc31a4d85cae13103168493
parent08fb730ca346ff16598ef31911c88fbca6133bf5
md/raid5: improve consistency of error messages.

Many 'printk' messages from the raid456 module mention 'raid5' even
though it may be a 'raid6' or even 'raid4' array.  This can cause
confusion.
Also the actual array name is not always reported and when it is
it is not reported consistently.

So change all the messages to start:
    md/raid:%s:
where '%s' becomes e.g. md3 to identify the particular array.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid5.c