Re: include/linux/major.h and drivers/char/sysrq.c

From: David Ford (david@kalifornia.com)
Date: Thu Aug 10 2000 - 19:30:05 EST


Andre Hedrick wrote:

> if (scsi_blk_major(major) || ide_blk_major(major))
> return 1;
> else
> return 0;

how about:

    return (scsi_blk_major(major) || ide_blk_major(major));

-d

--
"The difference between 'involvement' and 'commitment' is like an
eggs-and-ham breakfast: the chicken was 'involved' - the pig was
'committed'."


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:23 EST