summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/TODO
diff options
context:
space:
mode:
authorBhumika Goyal2016-03-01 20:43:22 +0100
committerGreg Kroah-Hartman2016-03-05 23:48:04 +0100
commit4e4acff7346e87f9d1282b1828198bcb5a6db8bf (patch)
treea85dc1a4f7cce40b2fe465b63c81943d79e66f0f /drivers/staging/comedi/TODO
parentStaging: gdm724x: Use min instead of ternary operator (diff)
downloadkernel-qcow2-linux-4e4acff7346e87f9d1282b1828198bcb5a6db8bf.tar.gz
kernel-qcow2-linux-4e4acff7346e87f9d1282b1828198bcb5a6db8bf.tar.xz
kernel-qcow2-linux-4e4acff7346e87f9d1282b1828198bcb5a6db8bf.zip
Staging: gdm724x: Replace random_ether_addr with eth_random_addr
The macro random_ether_addr is calling the function eth_random_addr. Therefore, the call to random_ether_addr can be replaced with eth_random_addr. Done using coccinelle: @@ expression addr; @@ - random_ether_addr(addr); + eth_random_addr(addr); Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/TODO')
0 files changed, 0 insertions, 0 deletions