Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615385 > unrolled thread
| Started by | Varsha Rao <rvarsha016@gmail.com> |
|---|---|
| First post | 2017-04-03 18:20 +0200 |
| Last post | 2017-04-03 18:20 +0200 |
| 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 3/5] drivers: char: Add blank line after declarations. Varsha Rao <rvarsha016@gmail.com> - 2017-04-03 18:20 +0200
| From | Varsha Rao <rvarsha016@gmail.com> |
|---|---|
| Date | 2017-04-03 18:20 +0200 |
| Subject | [PATCH 3/5] drivers: char: Add blank line after declarations. |
| Message-ID | <tscRY-Lq-25@gated-at.bofh.it> |
Add a blank line after declarations, to fix the checkpatch issue.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
drivers/char/misc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/char/misc.c b/drivers/char/misc.c
index 3a19fa3..1312e29 100644
--- a/drivers/char/misc.c
+++ b/drivers/char/misc.c
@@ -194,6 +194,7 @@ int misc_register(struct miscdevice *misc)
if (is_dynamic) {
int i = find_first_zero_bit(misc_minors, DYNAMIC_MINORS);
+
if (i >= DYNAMIC_MINORS) {
err = -EBUSY;
goto out;
--
2.9.3
Back to top | Article view | linux.kernel
csiph-web