From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@linux.intel.com (Keith Busch) Date: Fri, 17 Aug 2018 15:56:05 -0600 Subject: [PATCH 2/6] nvme-vendor: fixup c99 declaration in huawei plugin In-Reply-To: <20180817080956.GB13230@lst.de> References: <20180817072908.56784-1-hare@suse.de> <20180817072908.56784-3-hare@suse.de> <20180817080956.GB13230@lst.de> Message-ID: <20180817215605.GB9931@localhost.localdomain> On Fri, Aug 17, 2018@10:09:56AM +0200, Christoph Hellwig wrote: > On Fri, Aug 17, 2018@09:29:04AM +0200, Hannes Reinecke wrote: > > We can't use c99 declaration with older compilers. > > > > Signed-off-by: Hannes Reinecke > > Not that I particularly like this feature, but do we really support > that old compilers? I don't think those old ones are supported, but I dislike mixed declarations as well.