summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/TODO
diff options
context:
space:
mode:
authorPaulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>2022-01-30 08:08:38 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-31 16:00:11 +0300
commit52f11ec9b901ce6dc62705f1a734a1b00bb2735f (patch)
tree08af5b81fc01978301b97606ca8814e33aa54dea /drivers/staging/pi433/TODO
parent1245e7b64b1b3a729889ac473e0049b8565a9408 (diff)
downloadlinux-52f11ec9b901ce6dc62705f1a734a1b00bb2735f.tar.xz
staging: pi433: remove coding style item from the TODO file
After several patches sent by the community along the last couple of years, it's possible to remove the coding style item from the TODO file in the driver's folder. This patch addresses the last code formatting inconsistences and remove the coding style item from the TODO file. Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> Link: https://lore.kernel.org/r/YfYdVokxsQ+Adl+T@mail.google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433/TODO')
-rw-r--r--drivers/staging/pi433/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/pi433/TODO b/drivers/staging/pi433/TODO
index b9e6c01a02e0..8d0f1b57961a 100644
--- a/drivers/staging/pi433/TODO
+++ b/drivers/staging/pi433/TODO
@@ -1,4 +1,3 @@
-* coding style does not fully comply with the kernel style guide.
* still TODOs, annotated in the code
* currently the code introduces new IOCTLs. I'm afraid this is a bad idea.
-> Replace this with another interface, hints are welcome!