diff options
author | 2021-04-12 16:14:27 +0530 | |
---|---|---|
committer | 2021-04-13 09:47:55 +0200 | |
commit | c9d134a13bd243e735703d41b442f51eae76aecf (patch) | |
tree | 2b4e28e218e0894dce33e0ec9d8c76317c0f7bee | |
parent | staging: vc04_services: TODO: remove trailing whitespace (diff) | |
download | wireguard-linux-c9d134a13bd243e735703d41b442f51eae76aecf.tar.xz wireguard-linux-c9d134a13bd243e735703d41b442f51eae76aecf.zip |
staging: vc04_services: TODO: rectify spelling mistake
Corrected the misspelled word.
Reported by checkpatch.
Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com>
Link: https://lore.kernel.org/r/967c328610909bc010b0bb82a1f89b71a57fa7a3.1618223171.git.mitaliborkar810@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/vc04_services/interface/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/interface/TODO b/drivers/staging/vc04_services/interface/TODO index adb28f46ba67..39810ce017cd 100644 --- a/drivers/staging/vc04_services/interface/TODO +++ b/drivers/staging/vc04_services/interface/TODO @@ -37,7 +37,7 @@ This should be fixed. Even the VPU firmware doesn't support a VCHI re-connect, the driver should properly handle a module unload. This also includes that all -resouces must be freed (kthreads, debugfs entries, ...) and global +resources must be freed (kthreads, debugfs entries, ...) and global variables avoided. 5) Cleanup logging mechanism |