Re: [PATCH net-next v2] enic: Fix format truncation warning

2017-06-20 Thread David Miller
From: Govindarajulu Varadarajan Date: Mon, 19 Jun 2017 16:28:44 -0700 > With -Wformat-truncation, gcc throws the following warning. > > Fix this by increasing the size of devname to accommodate 15 character > netdev interface name and description. > > Remove length format precision for %s. We c

[PATCH net-next v2] enic: Fix format truncation warning

2017-06-19 Thread Govindarajulu Varadarajan
With -Wformat-truncation, gcc throws the following warning. Fix this by increasing the size of devname to accommodate 15 character netdev interface name and description. Remove length format precision for %s. We can fit entire name. Also increment the version. drivers/net/ethernet/cisco/enic/en