Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d645b02 authored by Lisa Nguyen's avatar Lisa Nguyen Committed by Konrad Rzeszutek Wilk
Browse files

xen/xenbus: Fixed over 80 character limit issue



Fixed the format length of the xenbus_backend_ioctl()
function to meet the 80 character limit in
xenbus_dev_backend.c

Signed-off-by: default avatarLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent d7e50750
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;