diff options
author | Umang Jain <umang.jain@ideasonboard.com> | 2024-04-12 09:57:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-18 16:53:33 +0200 |
commit | 75ff53c44f5e151d21d949416633b56e56160124 (patch) | |
tree | 8c1ddd22cc1ec00f6d18d03b844fc7e167dcbf30 /drivers/staging | |
parent | staging: vc04_services: Move global g_state to vchiq_state (diff) | |
download | linux-75ff53c44f5e151d21d949416633b56e56160124.tar.xz linux-75ff53c44f5e151d21d949416633b56e56160124.zip |
staging: vc04_services: Drop completed TODO item
The memory barrier comments are added in
commit f6c99d86246a ("staging: vchiq_arm: Add missing memory barrier comments")
Drop the respective item from the TODO list.
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Link: https://lore.kernel.org/r/20240412075743.60712-12-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/vc04_services/interface/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vc04_services/interface/TODO b/drivers/staging/vc04_services/interface/TODO index 15f12b8f213e..05f129c0c254 100644 --- a/drivers/staging/vc04_services/interface/TODO +++ b/drivers/staging/vc04_services/interface/TODO @@ -28,13 +28,6 @@ variables avoided. A short top-down description of this driver's architecture (function of kthreads, userspace, limitations) could be very helpful for reviewers. -* Review and comment memory barriers - -There is a heavy use of memory barriers in this driver, it would be very -beneficial to go over all of them and, if correct, comment on their merits. -Extra points to whomever confidently reviews the remote_event_*() family of -functions. - * Reformat core code with more sane indentations The code follows the 80 characters limitation yet tends to go 3 or 4 levels of |