Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1557093 > unrolled thread
| Started by | Scott Matheina <scott@matheina.com> |
|---|---|
| First post | 2017-01-12 04:50 +0100 |
| Last post | 2017-01-12 04:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis Scott Matheina <scott@matheina.com> - 2017-01-12 04:50 +0100
| From | Scott Matheina <scott@matheina.com> |
|---|---|
| Date | 2017-01-12 04:50 +0100 |
| Subject | [PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis |
| Message-ID | <sYEyJ-7iM-1@gated-at.bofh.it> |
Fixes checkpatch CHECK: Alignment should match open parenthesis
Signed-off-by: Scott Matheina <scott@matheina.com>
---
drivers/staging/wilc1000/wilc_debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c
index 07260c4..52aac75 100644
--- a/drivers/staging/wilc1000/wilc_debugfs.c
+++ b/drivers/staging/wilc1000/wilc_debugfs.c
@@ -52,7 +52,7 @@ static ssize_t wilc_debug_level_read(struct file *file, char __user *userbuf, si
}
static ssize_t wilc_debug_level_write(struct file *filp, const char __user *buf,
- size_t count, loff_t *ppos)
+ size_t count, loff_t *ppos)
{
int flag = 0;
int ret;
--
2.7.4
Back to top | Article view | linux.kernel
csiph-web