Add missing newlines to some uses of dev_<level> messages
[deliverable/linux.git] / drivers / usb / serial / io_edgeport.c
index 2ecb1d2a034d0aa03dc08af168ae09a2f918efea..8dd3abc99d639b4ce32d3390006dd681d7bacf2d 100644 (file)
@@ -2882,7 +2882,7 @@ static int edge_startup (struct usb_serial *serial)
            (edge_serial->product_info.NumPorts != serial->num_ports)) {
                dev_warn(&serial->dev->dev, "Device Reported %d serial ports "
                         "vs. core thinking we have %d ports, email "
-                        "greg@kroah.com this information.",
+                        "greg@kroah.com this information.\n",
                         edge_serial->product_info.NumPorts,
                         serial->num_ports);
        }
This page took 0.036746 seconds and 5 git commands to generate.