* [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'
@ 2015-10-30 14:30 Bogicevic Sasa
2015-10-31 7:45 ` Sudip Mukherjee
2015-10-31 23:58 ` Greg KH
0 siblings, 2 replies; 4+ messages in thread
From: Bogicevic Sasa @ 2015-10-30 14:30 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, devel, Bogicevic Sasa
This fixes "Blank lines aren't necessary after an open brace '{'"
message from checkpatch.pl
Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
---
drivers/staging/gdm724x/gdm_mux.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/gdm724x/gdm_mux.c b/drivers/staging/gdm724x/gdm_mux.c
index 1cf24e4..0389680 100644
--- a/drivers/staging/gdm724x/gdm_mux.c
+++ b/drivers/staging/gdm724x/gdm_mux.c
@@ -660,7 +660,6 @@ static struct usb_driver gdm_mux_driver = {
static int __init gdm_usb_mux_init(void)
{
-
mux_rx_wq = create_workqueue("mux_rx_wq");
if (mux_rx_wq == NULL) {
pr_err("work queue create fail\n");
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'
@ 2015-10-30 15:13 Bogicevic Sasa
0 siblings, 0 replies; 4+ messages in thread
From: Bogicevic Sasa @ 2015-10-30 15:13 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, devel, Bogicevic Sasa
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'
2015-10-30 14:30 [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{' Bogicevic Sasa
@ 2015-10-31 7:45 ` Sudip Mukherjee
2015-10-31 23:58 ` Greg KH
1 sibling, 0 replies; 4+ messages in thread
From: Sudip Mukherjee @ 2015-10-31 7:45 UTC (permalink / raw)
To: Bogicevic Sasa; +Cc: gregkh, devel, linux-kernel
On Fri, Oct 30, 2015 at 03:30:56PM +0100, Bogicevic Sasa wrote:
> This fixes "Blank lines aren't necessary after an open brace '{'"
> message from checkpatch.pl
>
> Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
> ---
You are still using some other tree. This will not apply because of some
other change.
regards
sudip
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'
2015-10-30 14:30 [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{' Bogicevic Sasa
2015-10-31 7:45 ` Sudip Mukherjee
@ 2015-10-31 23:58 ` Greg KH
1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2015-10-31 23:58 UTC (permalink / raw)
To: Bogicevic Sasa; +Cc: linux-kernel, devel
On Fri, Oct 30, 2015 at 03:30:56PM +0100, Bogicevic Sasa wrote:
> This fixes "Blank lines aren't necessary after an open brace '{'"
> message from checkpatch.pl
>
> Signed-off-by: Bogicevic Sasa <brutallesale@gmail.com>
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- Your patch did not apply to any known trees that Greg is in control
of. Possibly this is because you made it against Linus's tree, not
the linux-next tree, which is where all of the development for the
next version of the kernel is at. Please refresh your patch against
the linux-next tree, or even better yet, the development tree
specified in the MAINTAINERS file for the subsystem you are submitting
a patch for, and resend it.
- You sent multiple patches, yet no indication of which ones should be
applied in which order. Greg could just guess, but if you are
receiving this email, he guessed wrong and the patches didn't apply.
Please read the section entitled "The canonical patch format" in the
kernel file, Documentation/SubmittingPatches for a description of how
to do this so that Greg has a chance to apply these correctly.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-31 23:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 14:30 [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{' Bogicevic Sasa
2015-10-31 7:45 ` Sudip Mukherjee
2015-10-31 23:58 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2015-10-30 15:13 Bogicevic Sasa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox