I know, look at the ones that I am personally responsible for:
./drivers/usb/serial/usbserial.c:#define MAX(a,b) (((a)>(b))?(a):(b))
./drivers/usb/serial/io_edgeport.h: #define MAX(a,b) (((a)>(b))?(a):(b))
I'm not disagreeing about the current mess, just trying to explain why
this mess is there.
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/