Re: Typo in include/linux/mmzone.h

From: Jan Engelhardt
Date: Sun Jan 08 2006 - 07:00:34 EST


>>
>> +static inline int populated_zone(struct zone *zone)
>> +{
>> + return (!!zone->present_pages);
>> +}
>> +
>
>No typo there at all. !! guarantees return of 1.
>
But we do not need the parentheses around it.


Jan Engelhardt
--
| Alphagate Systems, http://alphagate.hopto.org/
| jengelh's site, http://jengelh.hopto.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/