Signed-off-by: Toralf Förster
---
drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c
b/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c
index 5a54bb1
On 06/20/2014 02:20 AM, Greg KH wrote:
> On Mon, Jun 16, 2014 at 07:35:34PM +0200, Toralf Förster wrote:
>> comments were translated with https://translate.google.com/
>> this enables python to parse that file right
>
> This patch fails to apply :(
>
>
seems, that t
On 06/16/2014 10:49 AM, Dan Carpenter wrote:
> On Sat, Jun 14, 2014 at 08:56:34PM +0200, Toralf Förster wrote:
>> those characters breaks the html-formatter tool of Cppcheck
>>
>
> Cppcheck should be fixed.
>
>> Signed-off-by: Toralf Förster
>> ---
>
comments were translated with https://translate.google.com/
this enables python to parse that file right
Signed-off-by: Toralf Förster
---
drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging
those characters breaks the html-formatter tool of Cppcheck
Signed-off-by: Toralf Förster
---
drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c
b
The html formatter of the static checker Cppcheck stumbles over that file. In
fact, even this small python snippet :
#!/usr/bin/env python
import io
source_filename = "./drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c";
try:
with io.open(source_filename, 'r') as input_file: