It was a git miss configuration in a new host, that was fixed.
Sorry for the inconvenient.
Regards,
Miguel Oliveira
2014-08-05 18:56 GMT+02:00 Dan Carpenter :
> On Tue, Aug 05, 2014 at 07:49:54PM +0100, Miguel Oliveira wrote:
>> From: Miguel
>
> Leave this line out, git should get this from your
On Tue, Aug 05, 2014 at 07:49:54PM +0100, Miguel Oliveira wrote:
> From: Miguel
Leave this line out, git should get this from your email unless you are
sending on someone else's behalf. Also this name is wrong and your
email header has the correct full name.
regards,
dan carpenter
On Tue, Aug 5, 2014 at 3:49 PM, Miguel Oliveira wrote:
> From: Miguel
Please use your full name in the From field.
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
From: Miguel
Fix sparse warning:
drivers/staging/rtl8188eu/core/rtw_cmd.c:52:5: warning: symbol
'_rtw_enqueue_cmd' was not declared. Should it be static?
by making it static since it's only used once.
Signed-off-by: Miguel Oliveira
---
drivers/staging/rtl8188eu/core/rtw_cmd.c |2 +-
1 fil