hi team, I have acknowledge the feedback and sure will try to change the file inside drivers/staging directory. thanking you, regards, rujra bhatt
On Wed, 16 Apr 2025, 7:21 pm Johan Hovold, johan@kernel.org wrote:
On Wed, Apr 16, 2025 at 05:47:41PM +0530, rujra wrote:
added comments on spinlocks for producer-consumer model, rearranged the lines on function calls where it should not end with "(" this bracket, also removed white-spaces and aligned the arguments of function calls.
Signed-off-by: Rujra Bhatt braker.noob.kernel@gmail.com
You're doing too many things in one patch, the patch is white space damaged, and the patch prefix is wrong since this driver does not live in staging.
If you want to practise creating patches, please make sure to work in drivers/staging where changes like these may be accepted.
Johan