On 7/6/05, Nigel Cunningham <[EMAIL PROTECTED]> wrote:
> diff -ruNp 618-core.patch-old/kernel/power/suspend2_core/suspend.c
> 618-core.patch-new/kernel/power/suspend2_core/suspend.c
> --- 618-core.patch-old/kernel/power/suspend2_core/suspend.c 1970-01-01
> +#define SNPRINTF(a...) len += suspend_snprintf(debug_info_buffer +
> len, \
> + PAGE_SIZE - len - 1, ## a)
Please don't introduce subsystem specific wrappers for generic string
manipulation functions. Put them to lib/.
Pekka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/