projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c28f09
)
greybus: es1: fix tiny whitespace issues
author
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 24 Mar 2015 19:03:39 +0000
(20:03 +0100)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 24 Mar 2015 19:03:39 +0000
(20:03 +0100)
No trailing spaces or spaces before tabs are allowed.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/es1.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/es1.c
b/drivers/staging/greybus/es1.c
index 8de005ba1e8dad173be452377803aeb14b0647d3..4524add9c868597a5c742be15c9a2d9ccb6ff5ba 100644
(file)
--- 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;
}