mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
ata: libata-core: Remove space before newline
There is a extraneous space before a newline in a ata_dev_dbg message. Remove the space. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
This commit is contained in:
parent
0060beec0b
commit
c9edbb6aec
@ -4602,7 +4602,7 @@ static unsigned int ata_dev_init_params(struct ata_device *dev,
|
||||
return AC_ERR_INVALID;
|
||||
|
||||
/* set up init dev params taskfile */
|
||||
ata_dev_dbg(dev, "init dev params \n");
|
||||
ata_dev_dbg(dev, "init dev params\n");
|
||||
|
||||
ata_tf_init(dev, &tf);
|
||||
tf.command = ATA_CMD_INIT_DEV_PARAMS;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user