* [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
@ 2013-04-08 1:47 Tyrel Datwyler
2013-04-08 17:22 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Tyrel Datwyler @ 2013-04-08 1:47 UTC (permalink / raw)
To: gregkh, eduardo.falentin; +Cc: devel, linux-kernel, Tyrel Datwyler
This patch removes trailing whitespace from a blank line in omap-bandgap.c as
detected by the checkpatch.pl tool.
Signed-off-by: Tyrel Datwyler <turtle.on.the.radio@gmail.com>
---
drivers/staging/omap-thermal/omap-bandgap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c
index dcc1448..e507d17 100644
--- a/drivers/staging/omap-thermal/omap-bandgap.c
+++ b/drivers/staging/omap-thermal/omap-bandgap.c
@@ -823,7 +823,7 @@ static struct omap_bandgap *omap_bandgap_build(struct platform_device *pdev)
bg_ptr->base = chunk;
if (IS_ERR(chunk))
return ERR_CAST(chunk);
-
+
i++;
} while (res);
--
1.8.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
2013-04-08 1:47 [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c Tyrel Datwyler
@ 2013-04-08 17:22 ` Greg KH
2013-04-08 18:24 ` edubezval
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2013-04-08 17:22 UTC (permalink / raw)
To: Tyrel Datwyler; +Cc: eduardo.falentin, devel, linux-kernel
On Sun, Apr 07, 2013 at 06:47:20PM -0700, Tyrel Datwyler wrote:
> This patch removes trailing whitespace from a blank line in omap-bandgap.c as
> detected by the checkpatch.pl tool.
>
> Signed-off-by: Tyrel Datwyler <turtle.on.the.radio@gmail.com>
> ---
> drivers/staging/omap-thermal/omap-bandgap.c | 2 +-
This file no longer is in my tree, are you sure you made this against
the proper branch? Please always make staging patches against the
linux-next tree.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
2013-04-08 17:22 ` Greg KH
@ 2013-04-08 18:24 ` edubezval
2013-04-08 18:27 ` Eduardo Valentin
0 siblings, 1 reply; 7+ messages in thread
From: edubezval @ 2013-04-08 18:24 UTC (permalink / raw)
To: Greg KH; +Cc: Tyrel Datwyler, eduardo.valentin, devel, linux-kernel
Fixing to right email address.
On Mon, Apr 8, 2013 at 1:22 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Sun, Apr 07, 2013 at 06:47:20PM -0700, Tyrel Datwyler wrote:
>> This patch removes trailing whitespace from a blank line in omap-bandgap.c as
>> detected by the checkpatch.pl tool.
>>
>> Signed-off-by: Tyrel Datwyler <turtle.on.the.radio@gmail.com>
>> ---
>> drivers/staging/omap-thermal/omap-bandgap.c | 2 +-
>
> This file no longer is in my tree, are you sure you made this against
> the proper branch? Please always make staging patches against the
> linux-next tree.
>
> thanks,
>
> greg k-h
> --
> 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/
--
Eduardo Bezerra Valentin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
2013-04-08 18:24 ` edubezval
@ 2013-04-08 18:27 ` Eduardo Valentin
2013-04-08 19:12 ` Dan Carpenter
2013-04-09 0:45 ` Tyrel Datwyler
0 siblings, 2 replies; 7+ messages in thread
From: Eduardo Valentin @ 2013-04-08 18:27 UTC (permalink / raw)
To: edubezval@gmail.com
Cc: Greg KH, Tyrel Datwyler, eduardo.valentin, devel, linux-kernel
Tyrel,
On 08-04-2013 14:24, edubezval@gmail.com wrote:
> Fixing to right email address.
>
> On Mon, Apr 8, 2013 at 1:22 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
>> On Sun, Apr 07, 2013 at 06:47:20PM -0700, Tyrel Datwyler wrote:
>>> This patch removes trailing whitespace from a blank line in omap-bandgap.c as
>>> detected by the checkpatch.pl tool.
>>>
>>> Signed-off-by: Tyrel Datwyler <turtle.on.the.radio@gmail.com>
Thanks for your patch. But as mentioned by Greg, this file does not
exist anymore, it has been renamed. Check latest linux-next.
Besides, the issue you are fixing has been already removed. Also check
latest linux-next and you will see the driver under:
drivers/staging/ti-soc-thermal/ti-bandgap.c
Thanks, please keep sending your patches and copy my email address so I
will give you a quick response.
>>> ---
>>> drivers/staging/omap-thermal/omap-bandgap.c | 2 +-
>>
>> This file no longer is in my tree, are you sure you made this against
>> the proper branch? Please always make staging patches against the
>> linux-next tree.
>>
>> thanks,
>>
>> greg k-h
>> --
>> 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/
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
2013-04-08 18:27 ` Eduardo Valentin
@ 2013-04-08 19:12 ` Dan Carpenter
2013-04-08 19:15 ` Eduardo Valentin
2013-04-09 0:45 ` Tyrel Datwyler
1 sibling, 1 reply; 7+ messages in thread
From: Dan Carpenter @ 2013-04-08 19:12 UTC (permalink / raw)
To: Eduardo Valentin
Cc: edubezval@gmail.com, Greg KH, devel, linux-kernel, Tyrel Datwyler
On Mon, Apr 08, 2013 at 02:27:13PM -0400, Eduardo Valentin wrote:
> Thanks, please keep sending your patches and copy my email address
> so I will give you a quick response.
Please, send a patch adding yourself to the MAINTAINERS file so the
get_maintainer.pl script does the right thing automatically.
After that you will be an official kernel maintainer with all the
honor and dignity that goes along with it. :)
regards,
dan carpenter
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
2013-04-08 19:12 ` Dan Carpenter
@ 2013-04-08 19:15 ` Eduardo Valentin
0 siblings, 0 replies; 7+ messages in thread
From: Eduardo Valentin @ 2013-04-08 19:15 UTC (permalink / raw)
To: Dan Carpenter
Cc: Eduardo Valentin, edubezval@gmail.com, Greg KH, devel,
linux-kernel, Tyrel Datwyler
On 08-04-2013 15:12, Dan Carpenter wrote:
> On Mon, Apr 08, 2013 at 02:27:13PM -0400, Eduardo Valentin wrote:
>> Thanks, please keep sending your patches and copy my email address
>> so I will give you a quick response.
>
> Please, send a patch adding yourself to the MAINTAINERS file so the
> get_maintainer.pl script does the right thing automatically.
>
> After that you will be an official kernel maintainer with all the
> honor and dignity that goes along with it. :)
In fact this has been already done. It is queued by Greg and should be
in linux-next. Probably from 3.10 onwards my name should be there.
Thanks for this hint ;-)
>
> regards,
> dan carpenter
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c
2013-04-08 18:27 ` Eduardo Valentin
2013-04-08 19:12 ` Dan Carpenter
@ 2013-04-09 0:45 ` Tyrel Datwyler
1 sibling, 0 replies; 7+ messages in thread
From: Tyrel Datwyler @ 2013-04-09 0:45 UTC (permalink / raw)
To: Eduardo Valentin; +Cc: edubezval@gmail.com, Greg KH, devel, linux-kernel
On 04/08/2013 11:27 AM, Eduardo Valentin wrote:
>
> Thanks for your patch. But as mentioned by Greg, this file does not
> exist anymore, it has been renamed. Check latest linux-next.
>
> Besides, the issue you are fixing has been already removed. Also check
> latest linux-next and you will see the driver under:
> drivers/staging/ti-soc-thermal/ti-bandgap.c
>
> Thanks, please keep sending your patches and copy my email address so I
> will give you a quick response.
>
So, what you guys are telling me is that linux-next and not Linus's tree
is where the action is at? I was looking for something trivial as a test
run through the submission process, and I still managed to botch it.
Noted and lesson learned.
-Tyrel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-09 0:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 1:47 [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c Tyrel Datwyler
2013-04-08 17:22 ` Greg KH
2013-04-08 18:24 ` edubezval
2013-04-08 18:27 ` Eduardo Valentin
2013-04-08 19:12 ` Dan Carpenter
2013-04-08 19:15 ` Eduardo Valentin
2013-04-09 0:45 ` Tyrel Datwyler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox