Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1259572

[PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'

From Bogicevic Sasa <brutallesale@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'
Date 2015-10-30 16:20 +0100
Message-ID <qpjDc-7r6-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This fixes message "Blank lines aren't necessary after an open
brace '{'"

Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
---
 drivers/staging/gdm724x/gdm_tty.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/gdm724x/gdm_tty.c b/drivers/staging/gdm724x/gdm_tty.c
index 001348c..0d54a73 100644
--- a/drivers/staging/gdm724x/gdm_tty.c
+++ b/drivers/staging/gdm724x/gdm_tty.c
@@ -225,7 +225,6 @@ int register_lte_tty_device(struct tty_dev *tty_dev, struct device *device)
 	int j;
 
 	for (i = 0; i < TTY_MAX_COUNT; i++) {
-
 		gdm = kmalloc(sizeof(struct gdm), GFP_KERNEL);
 		if (!gdm)
 			return -ENOMEM;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{' Bogicevic Sasa <brutallesale@gmail.com> - 2015-10-30 16:20 +0100

csiph-web