]> git.baikalelectronics.ru Git - kernel.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)
commitbf22656a483a83441976e5f6fcc203b8e89a6cc5
tree39dee2b291517d8c804f6d9da13a0c47cdb0e5dd
parentc22bc3f6ae4f13c0f18324aed63d6bcd25d33aa6
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