X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Fnet%2Ftokenring%2F3c359.c;h=43853e3b210e42977100f1c1b3828a3dfa9fe623;hb=179475a3b46f86e2d06f83e2312218ac3f0cf3a7;hp=e7a944657cf8bc966c76d9a0dcb46bac0a9ea3d8;hpb=5b9ab2ec04ec1e1e53939768805612ac191d7ba2;p=linux-2.6-omap-h63xx.git diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/3c359.c index e7a944657cf..43853e3b210 100644 --- a/drivers/net/tokenring/3c359.c +++ b/drivers/net/tokenring/3c359.c @@ -296,8 +296,9 @@ static int __devinit xl_probe(struct pci_dev *pdev, } ; /* - * Allowing init_trdev to allocate the dev->priv structure will align xl_private - * on a 32 bytes boundary which we need for the rx/tx descriptors + * Allowing init_trdev to allocate the private data will align + * xl_private on a 32 bytes boundary which we need for the rx/tx + * descriptors */ dev = alloc_trdev(sizeof(struct xl_private)) ;