* [PATCH] Fixed coding style problem
@ 2014-05-29 21:53 Miguel Oliveira
2014-05-29 21:57 ` Greg KH
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Miguel Oliveira @ 2014-05-29 21:53 UTC (permalink / raw)
To: kernel-janitors
Signed-off-by: Miguel Oliveira <cmroliv@gmail.com>
---
drivers/staging/wlan-ng/p80211req.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wlan-ng/p80211req.c b/drivers/staging/wlan-ng/p80211req.c
index cdfd808..3b3fccc 100644
--- a/drivers/staging/wlan-ng/p80211req.c
+++ b/drivers/staging/wlan-ng/p80211req.c
@@ -109,7 +109,7 @@ int p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf)
/* Check Permissions */
if (!capable(CAP_NET_ADMIN) &&
(msg->msgcode != DIDmsg_dot11req_mibget)) {
- printk(KERN_ERR
+ netdev_err(netdev,
"%s: only dot11req_mibget allowed for non-root.\n",
wlandev->name);
return -EPERM;
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] Fixed coding style problem
2014-05-29 21:53 [PATCH] Fixed coding style problem Miguel Oliveira
@ 2014-05-29 21:57 ` Greg KH
2014-05-29 22:03 ` Dan Carpenter
2014-05-29 22:07 ` Miguel Oliveira
2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2014-05-29 21:57 UTC (permalink / raw)
To: kernel-janitors
Your subject: should say where you did this. For this example, it would
be:
Subject: staging: wlan-ng: fixed...
Also, "what" coding style problem did you fix?
On Thu, May 29, 2014 at 10:53:56PM +0100, Miguel Oliveira wrote:
> Signed-off-by: Miguel Oliveira <cmroliv@gmail.com>
You sould say what you did, before the signed-off-by line.
Can you fix that up and resend please?
Also use scripts/get_maintainers.pl to send to the proper people and
mailing list.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fixed coding style problem
2014-05-29 21:53 [PATCH] Fixed coding style problem Miguel Oliveira
2014-05-29 21:57 ` Greg KH
@ 2014-05-29 22:03 ` Dan Carpenter
2014-05-29 22:07 ` Miguel Oliveira
2 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2014-05-29 22:03 UTC (permalink / raw)
To: kernel-janitors
Work against linux-next. Someone already fixed this. The subject
should have been:
[PATCH] staging: wlan-ng: <something something netdev_err()>
With correct prefix and a more descriptive title. See how Vitaly did
it: http://www.spinics.net/lists/linux-driver-devel/msg46770.html
regards,
dan carpenter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fixed coding style problem
2014-05-29 21:53 [PATCH] Fixed coding style problem Miguel Oliveira
2014-05-29 21:57 ` Greg KH
2014-05-29 22:03 ` Dan Carpenter
@ 2014-05-29 22:07 ` Miguel Oliveira
2 siblings, 0 replies; 4+ messages in thread
From: Miguel Oliveira @ 2014-05-29 22:07 UTC (permalink / raw)
To: kernel-janitors
Thanks Dan and Greg for the hints, and sorry for this, its was my 1st
attenpt to patch something.
2014-05-29 23:03 GMT+01:00 Dan Carpenter <dan.carpenter@oracle.com>:
> Work against linux-next. Someone already fixed this. The subject
> should have been:
>
> [PATCH] staging: wlan-ng: <something something netdev_err()>
>
> With correct prefix and a more descriptive title. See how Vitaly did
> it: http://www.spinics.net/lists/linux-driver-devel/msg46770.html
>
> regards,
> dan carpenter
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-29 22:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 21:53 [PATCH] Fixed coding style problem Miguel Oliveira
2014-05-29 21:57 ` Greg KH
2014-05-29 22:03 ` Dan Carpenter
2014-05-29 22:07 ` Miguel Oliveira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox