Re: [PATCH] scsi: mpt3sas: Simplify _base_display_OEMs_branding

From: Johannes Thumshirn
Date: Tue Jan 12 2021 - 12:41:32 EST


On 12/01/2021 18:38, Joe Perches wrote:
> static void
> _base_display_OEMs_branding(struct MPT3SAS_ADAPTER *ioc)
> {
> + const char *b = NULL; /* brand */
> + const char *v = NULL; /* vendor */

Any reason you didn't spell out brand and vendor as the variable names?