Staging: adis16255: missing spacess in log messages added
authorMatthias Brugger <mensch0815@googlemail.com>
Thu, 20 May 2010 21:54:34 +0000 (23:54 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 22:16:20 +0000 (15:16 -0700)
Signed-off-by: Matthias Brugger <mensch0815@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/adis16255/adis16255.c

index 55d66e2..c3e6a4d 100644 (file)
@@ -303,7 +303,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)
        if (status != 0)
                goto err;
        if (value != 0x0800) {
-               dev_warn(&spiadis->spi->dev, "Scale factor is none default"
+               dev_warn(&spiadis->spi->dev, "Scale factor is none default "
                                "value (%.4x)\n", value);
        }
 
@@ -338,7 +338,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)
                        status = -ENODEV;
                        goto err;
                } else if (value & 0x3) {
-                       dev_warn(&spiadis->spi->dev, "Sensor voltage"
+                       dev_warn(&spiadis->spi->dev, "Sensor voltage "
                                                "out of range.\n");
                        status = -ENODEV;
                        goto err;