little 2.1.90p2 typo

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Thu, 12 Mar 1998 16:46:19 +0000 (GMT)


Hi,

The oops-forcer in drivers/block/raid5.c is missing a NULL.
+ *(int*)=0;

should probably be
+ *(int*)NULL=0;

Matthew.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu