> -----Original Message----- > From: Jan Blunck [mailto:jblunck at gmail.com] On Behalf Of Jan Blunck > Sent: Thursday, October 20, 2016 2:37 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; thomas.monjalon at 6wind.com; > yuanhan.liu at linux.intel.com; Mcnamara, John > Subject: [PATCH 2/2] drivers: register aliases for renamed VDEV drivers > > This registers the legacy names of the driver being renamed in commit > 2f45703c17acb943aaded9f79676fd56a72542b2. > > Signed-off-by: Jan Blunck <jblunck at infradead.org>
Hi Jan, Please, follow the convention to refer to other commits. >From checkpatch: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 2f45703c17ac ("drivers: make driver names consistent")' Thanks, Pablo