Quoting Samuel Thibault (2014-01-06 02:41:03) > > * linux/src/drivers/net/tlan.c: Fix bit tests. > > * linux/src/drivers/scsi/AM53C974.c: Likewise. > > * linux/src/drivers/scsi/FlashPoint.c: Likewise. > > * linux/src/drivers/scsi/NCR5380.c: Likewise. > > * linux/src/drivers/scsi/t128.c: Likewise. > > Ack. > > Did you check whether these still appear in the Linux source code? I > have already fixed an obscure bug in Linux simply by fixing it in the > gnumach copy :)
Most unlikely. These two patches were generated using semantic patches presented here: http://www.emn.fr/z-info/coccinelle/rules/ I think it's safe to assume they have been applied to the linux kernel, given that coccinelle was developed for the linux kernel and these are semantic patches developed by the coccinelle authors. Justus
