taglinefilesource code
num_eth278drivers/net/depca.cstatic int num_depcas = 0, num_eth = 0;;
num_eth320drivers/net/depca.cnum_eth++;               /* increment eth device number */
num_eth333drivers/net/depca.cnum_eth);
num_eth342drivers/net/depca.c(num_eth > 0) && (num_eth < 9999)) {
num_eth345drivers/net/depca.csprintf(dev->name,"eth%d", num_eth); /* New device name */
num_eth355drivers/net/depca.cnum_eth++;