From: Greg Kroah-Hartman Date: Tue, 24 Mar 2015 19:03:39 +0000 (+0100) Subject: greybus: es1: fix tiny whitespace issues X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2f4e236648d9c7f622518ec0098cd1cb6af21659;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git greybus: es1: fix tiny whitespace issues No trailing spaces or spaces before tabs are allowed. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/es1.c b/drivers/staging/greybus/es1.c index 8de005ba1e8d..4524add9c868 100644 --- a/drivers/staging/greybus/es1.c +++ b/drivers/staging/greybus/es1.c @@ -129,7 +129,7 @@ static void usb_log_enable(struct es1_ap_dev *es1, int enable); * host driver. I.e., ((char *)buffer - headroom) must * point to valid memory, usable only by the host driver. * size_max: The maximum size of a buffer (not including the - * headroom) must not exceed this. + * headroom) must not exceed this. */ static void hd_buffer_constraints(struct greybus_host_device *hd) { @@ -597,7 +597,7 @@ static ssize_t apb1_log_enable_write(struct file *f, const char __user *buf, retval = count; } kfree(tmp_buf); - + return retval; }