2024-06-13 13:30:21

by Teddy Engel

[permalink] [raw]
Subject: [PATCH v3] staging: vt6656: Remove line from TODO

Remove checkpatch.pl line from TODO as no valid checkpatch recommendations
still present.

Signed-off-by: Teddy Engel <[email protected]>
---
v3: Bump version number + add version history changes.
v2: Revert the parentheses removal changes.
---
drivers/staging/vt6656/TODO | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/vt6656/TODO b/drivers/staging/vt6656/TODO
index e154b2f3b247..876cdccb6948 100644
--- a/drivers/staging/vt6656/TODO
+++ b/drivers/staging/vt6656/TODO
@@ -11,7 +11,6 @@ TODO:
- switch to use LIB80211
- switch to use MAC80211
- use kernel coding style
-- checkpatch.pl fixes
- sparse fixes
- integrate with drivers/net/wireless

--
2.39.2



2024-06-13 18:13:06

by Philipp Hortmann

[permalink] [raw]
Subject: Re: [PATCH v3] staging: vt6656: Remove line from TODO

On 6/13/24 15:28, Teddy Engel wrote:
> Remove checkpatch.pl line from TODO as no valid checkpatch recommendations
> still present.
>
> Signed-off-by: Teddy Engel <[email protected]>
> ---
> v3: Bump version number + add version history changes.
> v2: Revert the parentheses removal changes.
> ---
> drivers/staging/vt6656/TODO | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/vt6656/TODO b/drivers/staging/vt6656/TODO
> index e154b2f3b247..876cdccb6948 100644
> --- a/drivers/staging/vt6656/TODO
> +++ b/drivers/staging/vt6656/TODO
> @@ -11,7 +11,6 @@ TODO:
> - switch to use LIB80211
> - switch to use MAC80211
> - use kernel coding style
> -- checkpatch.pl fixes
> - sparse fixes
> - integrate with drivers/net/wireless
>

Reviewed-by: Philipp Hortmann <[email protected]>