xen/xenbus: Fixed over 80 character limit issue
authorLisa Nguyen <lisa@xenapiadmin.com>
Thu, 16 May 2013 06:48:03 +0000 (23:48 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 20 May 2013 18:14:47 +0000 (14:14 -0400)
Fixed the format length of the xenbus_backend_ioctl()
function to meet the 80 character limit in
xenbus_dev_backend.c

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_dev_backend.c

index 120ae15..a6f42fc 100644 (file)
@@ -70,7 +70,8 @@ static long xenbus_alloc(domid_t domid)
        return err;
 }
 
-static long xenbus_backend_ioctl(struct file *file, unsigned int cmd, unsigned long data)
+static long xenbus_backend_ioctl(struct file *file, unsigned int cmd,
+                                unsigned long data)
 {
        if (!capable(CAP_SYS_ADMIN))
                return -EPERM;