Re: [PATCH net-next 1/3] net: emaclite: Fix coding style

From: David Miller
Date: Tue Dec 17 2019 - 16:57:32 EST


From: Radhey Shyam Pandey <radhey.shyam.pandey@xxxxxxxxxx>
Date: Mon, 16 Dec 2019 17:38:08 +0530

> - spinlock_t reset_lock;
> + spinlock_t reset_lock; /* lock used for synchronization */

If you're just going to put the comment there to shut up the warnings,
I'm not applying your patches.

You have to write a thoughtful comment which explains what this lock
actually protects.