Re: [PATCH] Staging: Comedi: Drivers: Fix coding style issues indt2801.c
From: Joe Perches
Date: Thu Apr 22 2010 - 00:36:18 EST
On Thu, 2010-04-22 at 06:13 +0200, Wolfram Sang wrote:
> What about dev_* in case there are more than one of those devices?
or netdev_<level>
> Also, KERN_INFO doesn't look right, KERN_WARN?
KERN_WARNING. Maybe kernel.h should add:
#define pr_warn pr_warning
so there would be symmetry between levels of
pr_<level>, dev_<level>, netdev_<level>, and netif_<level>
--
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/