From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752142AbeEKCZD (ORCPT ); Thu, 10 May 2018 22:25:03 -0400 Received: from mail-pl0-f68.google.com ([209.85.160.68]:41719 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751764AbeEKCZB (ORCPT ); Thu, 10 May 2018 22:25:01 -0400 X-Google-Smtp-Source: AB8JxZr0HGApQNbMZMzpIILUYitpS/qBdFPPaJ1He81mXOyiPZKwf82KbjT+e90pwyess9jF8vKMVw== Date: Fri, 11 May 2018 11:24:57 +0900 From: Sergey Senozhatsky To: Joe Perches Cc: Sergey Senozhatsky , Petr Mladek , Sergey Senozhatsky , Steven Rostedt , linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/18] printk: Convert pr_fmt from blank define to KBUILD_MODNAME Message-ID: <20180511022457.GB491@jagdpanzerIV> References: <20180511015140.GB895@jagdpanzerIV> <18d24efb4d5dafae2360cb2103b366098311998a.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18d24efb4d5dafae2360cb2103b366098311998a.camel@perches.com> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (05/10/18 18:57), Joe Perches wrote: > > What about them? > > All those defines above are non-generic as they are > specified to start with "OF: " and then some optional > extra bit. > > Why should these defines be updated or modified? Nevermind, my bad. I, for some reason, assumed that you were going to drop all of those pr_fmt, but you obviously was speaking only about those that have "KBUILD_MODNAME". -ss