comparison drivers/mga_vid.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents 3d1eab0d9c5a
children 6ab7d3a5efb0
comparison
equal deleted inserted replaced
10999:6d85ca7c3165 11000:6e35326c742f
1516 if(!file->private_data) 1516 if(!file->private_data)
1517 { 1517 {
1518 // we are not using devfs, use the minor 1518 // we are not using devfs, use the minor
1519 // number to specify the card we are using 1519 // number to specify the card we are using
1520 1520
1521 // we dont have that many cards 1521 // we don't have that many cards
1522 if(minor >= mga_cards_num) 1522 if(minor >= mga_cards_num)
1523 return(-ENXIO); 1523 return(-ENXIO);
1524 1524
1525 file->private_data = mga_cards[minor]; 1525 file->private_data = mga_cards[minor];
1526 #ifdef MP_DEBUG 1526 #ifdef MP_DEBUG