Re: [PATCH] staging: r8188eu: core: remove duplicate structure.
From: Saurav Girepunje
Date: Mon Sep 06 2021 - 12:40:12 EST
On 06/09/21 7:19 pm, Greg KH wrote:
On Sun, Sep 05, 2021 at 04:33:10PM +0530, Saurav Girepunje wrote:
Remove duplicate structure mlme_handler and action_handler. Both
structure are having same member. Replace it with mlme_action_handler.
Why merge both names together? Why not just pick one name and stick
with that if they really do the same thing?
thanks,
greg k-h
Yes, we can pick one name also . I think action_handler name will be better.
Thanks for review Greg,
Regards,
Saurav Girepunje