]> asedeno.scripts.mit.edu Git - linux.git/commit
forcedeth: Remove return from a void function
authorZhu Yanjun <yanjun.zhu@oracle.com>
Thu, 23 Feb 2017 08:22:49 +0000 (03:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 15:55:07 +0000 (10:55 -0500)
commitca92aea9781691bae3bafde95048cc3840a70ad8
tree39dee2b291517d8c804f6d9da13a0c47cdb0e5dd
parentbc1750f366902449f36f15f4a692a495fe6bcdfe
forcedeth: Remove return from a void function

In a void function, it is not necessary to append a return statement in it.

Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nvidia/forcedeth.c