Hi, On Wednesday 11 May 2016 11:18:35 Pranay Kr. Srivastava wrote: > Signed-off-by: Pranay Kr. Srivastava <[email protected]> > --- > drivers/block/nbd.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c > index 6a4dc3a..7a5b8ef 100644 > --- a/drivers/block/nbd.c > +++ b/drivers/block/nbd.c > @@ -587,8 +587,7 @@ static int nbd_thread_send(void *data) > nbd_send_req(nbd, &sreq); > mutex_unlock(&nbd->tx_lock); > dev_err(disk_to_dev(nbd->disk), > - "Device Timeout occured.Shutting down" > - " socket."); > + "Device Timeout occured.Shutting down socket.");
Please keep the indentation to the opening bracket here. Shouldn't this create a checkpatch warning as well? Regards, Markus > } > mutex_unlock(&nbd->sock_lock); > sock_shutdown(nbd); > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
