Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Umang Jain and committed by
Greg Kroah-Hartman
75ff53c4 42a2f666

-7
-7
drivers/staging/vc04_services/interface/TODO
··· 28 28 A short top-down description of this driver's architecture (function of 29 29 kthreads, userspace, limitations) could be very helpful for reviewers. 30 30 31 - * Review and comment memory barriers 32 - 33 - There is a heavy use of memory barriers in this driver, it would be very 34 - beneficial to go over all of them and, if correct, comment on their merits. 35 - Extra points to whomever confidently reviews the remote_event_*() family of 36 - functions. 37 - 38 31 * Reformat core code with more sane indentations 39 32 40 33 The code follows the 80 characters limitation yet tends to go 3 or 4 levels of