[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <400a9958-dffc-7e09-6bbb-33666c991415@huawei.com>
Date: Tue, 6 Apr 2021 14:40:01 +0800
From: luojiaxing <luojiaxing@...wei.com>
To: Bart Van Assche <bvanassche@....org>, <jinpu.wang@...ud.ionos.com>,
<jejb@...ux.ibm.com>, <martin.petersen@...cle.com>
CC: <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linuxarm@...wei.com>
Subject: Re: [PATCH v1 2/2] scsi: pm8001: clean up for open brace
On 2021/4/3 0:03, Bart Van Assche wrote:
> On 4/2/21 2:08 AM, Luo Jiaxing wrote:
>> -static struct flash_command flash_command_table[] =
>> -{
>> +static struct flash_command flash_command_table[] = {
>> {"set_nvmd", FLASH_CMD_SET_NVMD},
>> {"update", FLASH_CMD_UPDATE},
>> {"", FLASH_CMD_NONE} /* Last entry should be NULL. */
> Can 'flash_command_table' be declared const?
Sure
>
>> -static struct error_fw flash_error_table[] =
>> -{
>> +static struct error_fw flash_error_table[] = {
>> {"Failed to open fw image file", FAIL_OPEN_BIOS_FILE},
>> {"image header mismatch", FLASH_UPDATE_HDR_ERR},
>> {"image offset mismatch", FLASH_UPDATE_OFFSET_ERR},
> Can 'flash_error_table' be declared const?
Sure
Thanks
Jiaxing
>
> Thanks,
>
> Bart.
>
> .
>
Powered by blists - more mailing lists