On Thu, Jul 02, 2020 at 04:07:50PM +0800, Wei Yongjun wrote: > Fix gcc build warning: > > drivers/thunderbolt/quirks.c:21:1: warning: > 'static' is not at beginning of declaration [-Wold-style-declaration] > 21 | const static struct tb_quirk tb_quirks[] = { > | ^~~~~ > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Applied, thanks!