提交 6f95b4b7 编写于 作者: C Chris Forbes 提交者: Greg Kroah-Hartman

drivers: usb: atm: ueagle-atm: Add missing const qualifier

Added missing const qualifier as flagged by checkpatch.pl
Signed-off-by: NChris Forbes <chrisf@ijw.co.nz>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 58607307
......@@ -535,8 +535,8 @@ struct intr_pkt {
static struct usb_driver uea_driver;
static DEFINE_MUTEX(uea_mutex);
static const char *chip_name[] = {"ADI930", "Eagle I", "Eagle II", "Eagle III",
"Eagle IV"};
static const char * const chip_name[] = {
"ADI930", "Eagle I", "Eagle II", "Eagle III", "Eagle IV"};
static int modem_index;
static unsigned int debug;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册