From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750952Ab2I2UKm (ORCPT ); Sat, 29 Sep 2012 16:10:42 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:34474 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750797Ab2I2UKl (ORCPT ); Sat, 29 Sep 2012 16:10:41 -0400 Message-ID: <1348949440.3294.2.camel@joe-AO722> Subject: Re: [PATCH 2/4] arch/um/os-Linux: Drop UM_ prefix from printk() level specifiers From: Joe Perches To: Geert Uytterhoeven Cc: Richard Weinberger , user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, x86@kernel.org Date: Sat, 29 Sep 2012 13:10:40 -0700 In-Reply-To: <1348938460-20919-2-git-send-email-geert@linux-m68k.org> References: <1348938460-20919-1-git-send-email-geert@linux-m68k.org> <1348938460-20919-2-git-send-email-geert@linux-m68k.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.6.0-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2012-09-29 at 19:07 +0200, Geert Uytterhoeven wrote: > Since commit 9429ec96c2718c0d1e3317cf60a87a0405223814 ("um: Preinclude > include/linux/kern_levels.h") the non-prefixed printk() level specifiers > are usable for the user parts of UML. Thanks here too. > diff --git a/arch/um/os-Linux/aio.c b/arch/um/os-Linux/aio.c [] > @@ -88,7 +88,7 @@ static int do_aio(aio_context_t ctx, enum aio_type type, int fd, char *buf, > iocbp->aio_nbytes = sizeof(c); > break; > default: > - printk(UM_KERN_ERR "Bogus op in do_aio - %d\n", type); > + printk(KERN_ERR "Bogus op in do_aio - %d\n", type); Maybe a follow-on patch to convert these to pr_?