nuttx: remove space befone newline in logs

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2021-12-27 00:18:22 +02:00
committed by Xiang Xiao
parent e68ffb9f99
commit 3ccb657dc2
96 changed files with 274 additions and 272 deletions
File diff suppressed because it is too large Load Diff
@@ -262,7 +262,7 @@ int bcmf_driver_download_clm(FAR struct bcmf_dev_s *priv)
O_RDONLY | O_BINARY);
if (ret < 0)
{
wlerr("ERROR: Failed to open the FILE MTD file \n", ret);
wlerr("ERROR: Failed to open the FILE MTD file\n", ret);
return ret;
}
@@ -614,7 +614,7 @@ static int at86rf23x_set_trxstate(FAR struct at86rf23x_dev_s *dev,
break;
default:
wlerr("ERRPR: %s \n", EINVAL_STR);
wlerr("ERRPR: %s\n", EINVAL_STR);
init_status = 0; /* Placed this here to keep compiler if no debug */
return -EINVAL;
}
+3 -3
View File
@@ -905,7 +905,7 @@ static ssize_t sx127x_write(FAR struct file *filep, FAR const char *buffer,
return ret;
}
wlinfo("buflen=%d \n", buflen);
wlinfo("buflen=%d\n", buflen);
/* Change mode to STANDBY */
@@ -4113,7 +4113,7 @@ static int sx127x_calibration(FAR struct sx127x_dev_s *dev, uint32_t freq)
ret = sx127x_modulation_set(dev, SX127X_MODULATION_FSK);
if (ret < 0)
{
wlerr("ERROR: can't change modulation to FSK \n");
wlerr("ERROR: can't change modulation to FSK\n");
goto errout;
}
@@ -4220,7 +4220,7 @@ static int sx127x_init(FAR struct sx127x_dev_s *dev)
ret = sx127x_calibration(dev, SX127X_FREQ_CALIBRATION);
if (ret < 0)
{
wlerr("ERROR: calibration failed \n");
wlerr("ERROR: calibration failed\n");
}
/* Set default modulation */