Re: [PATCH 0/6] rtlwifi: Convert RT_TRACE to rtl_dbg and neatening

2020-07-25 Thread Joe Perches
On Sat, 2020-07-25 at 12:55 -0700, Joe Perches wrote: > RT_TRACE seems like it should be associated to tracing but it's not. > It's a generic debug logging mechanism. > Rename it to a more typical name. > Miscellaneous neatening around these changes. Patch 1/6 is over 1MB and is too large for some

[PATCH 0/6] rtlwifi: Convert RT_TRACE to rtl_dbg and neatening

2020-07-25 Thread Joe Perches
RT_TRACE seems like it should be associated to tracing but it's not. It's a generic debug logging mechanism. Rename it to a more typical name. Miscellaneous neatening around these changes. Joe Perches (6): rtlwifi: Convert RT_TRACE to rtl_dbg rtlwifi: Remove unnecessary parenthese in rtl_dbg u