Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742861 > unrolled thread
| Started by | Joaquin Garmendia Cabrera <joaquingc123@gmail.com> |
|---|---|
| First post | 2017-10-01 21:20 +0200 |
| Last post | 2017-10-02 00:50 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] staging: android: TODO: Removing an invalid issue Joaquin Garmendia Cabrera <joaquingc123@gmail.com> - 2017-10-01 21:20 +0200
[PATCH v2] staging: android: TODO: Removing an invalid issue Joaquin Garmendia Cabrera <joaquingc123@gmail.com> - 2017-10-02 00:50 +0200
| From | Joaquin Garmendia Cabrera <joaquingc123@gmail.com> |
|---|---|
| Date | 2017-10-01 21:20 +0200 |
| Subject | [PATCH] staging: android: TODO: Removing an invalid issue |
| Message-ID | <uvRWq-60J-9@gated-at.bofh.it> |
The first line of TODO is invalid because no file has an error or warning when running checkpatch.pl Signed-off-by: Joaquin Garmendia Cabrera <joaquingc123@gmail.com> --- drivers/staging/android/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 5f14247392bf..ee589856790d 100644 --- a/drivers/staging/android/TODO +++ b/drivers/staging/android/TODO @@ -1,5 +1,4 @@ -TODO: - - checkpatch.pl cleanups +TODO:s - sparse fixes - rename files to be not so "generic" - add proper arch dependencies as needed -- 2.14.2
[toc] | [next] | [standalone]
| From | Joaquin Garmendia Cabrera <joaquingc123@gmail.com> |
|---|---|
| Date | 2017-10-02 00:50 +0200 |
| Subject | [PATCH v2] staging: android: TODO: Removing an invalid issue |
| Message-ID | <uvVdD-7RC-1@gated-at.bofh.it> |
| In reply to | #1742861 |
The first line of TODO is invalid because no file has an error or warning when running checkpatch.pl Signed-off-by: Joaquin Garmendia Cabrera <joaquingc123@gmail.com> --- Changes in v2: - Fixing a Typo. drivers/staging/android/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 5f14247392bf..687e0eac85bf 100644 --- a/drivers/staging/android/TODO +++ b/drivers/staging/android/TODO @@ -1,5 +1,4 @@ TODO: - - checkpatch.pl cleanups - sparse fixes - rename files to be not so "generic" - add proper arch dependencies as needed -- 2.14.2
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web