[Jes Sørensen]
> Please don't use unsigned without specifying the size, use either
> unsigned int or unsigned long.

This is just a stylistic issue, right?  I believe 'unsigned' is short
(no pun intended) for 'unsigned int', just as 'long' is short for 'long
int'.  I find both forms about equally readable -- but I can understand
if others don't.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to