| Submitter | Robert Jennings |
|---|---|
| Date | Aug. 18, 2010, 4:08 p.m. |
| Message ID | <20100818160813.GC29528@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/62056/ |
| State | Awaiting Upstream |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/net/ibmveth.c =================================================================== --- a/drivers/net/ibmveth.c +++ b/drivers/net/ibmveth.c @@ -111,7 +111,7 @@ static struct proc_dir_entry *ibmveth_pr static const char ibmveth_driver_name[] = "ibmveth"; static const char ibmveth_driver_string[] = "IBM i/pSeries Virtual Ethernet Driver"; -#define ibmveth_driver_version "1.03" +#define ibmveth_driver_version "1.04" MODULE_AUTHOR("Santiago Leon <santil@us.ibm.com>"); MODULE_DESCRIPTION("IBM i/pSeries Virtual Ethernet Driver");
Bump driver version. Signed-off-by: Robert Jennings <rcj@linux.vnet.ibm.com> --- drivers/net/ibmveth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html