From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751917AbcDFPrb (ORCPT ); Wed, 6 Apr 2016 11:47:31 -0400 Received: from cmta12.telus.net ([209.171.16.85]:33679 "EHLO cmta12.telus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbcDFPra (ORCPT ); Wed, 6 Apr 2016 11:47:30 -0400 X-Authority-Analysis: v=2.1 cv=Cfz1n+fl c=1 sm=2 tr=0 a=zJWegnE7BH9C0Gl4FFgQyA==:117 a=zJWegnE7BH9C0Gl4FFgQyA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=Pyq9K9CWowscuQLKlpiwfMBGOR0=:19 a=kj9zAlcOel0A:10 a=vX37wKQvB28PgW1EKYkA:9 a=CjuIK1q_8ugA:10 X-Telus-Outbound-IP: 173.180.45.4 From: "Doug Smythies" To: "'Joe Perches'" , "'Srinivas Pandruvada'" , "'Len Brown'" , "'Rafael J. Wysocki'" , "'Viresh Kumar'" Cc: , References: <710e23a9e0846d1aaa660849321e433b5f5dd4e7.1459887986.git.joe@perches.com> <1459892619.7030.2.camel@linux.intel.com> <002601d19013$c129de60$437d9b20$@net> <1459955575.6715.46.camel@perches.com> In-Reply-To: <1459955575.6715.46.camel@perches.com> Subject: RE: [PATCH 1/3] intel_pstate: Use pr_fmt Date: Wed, 6 Apr 2016 08:47:25 -0700 Message-ID: <002d01d1901b$9eab7ad0$dc027070$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdGQFs6UU91St/ePSiGkcRqQSh7OHwAA7sfw Content-Language: en-ca Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2106.03.06 08:13 Joe Perches wrote: > On Wed, 2016-04-06 at 07:51 -0700, Doug Smythies wrote: >> On 2016.04.05 02:44 Srinivas Pandruvada wrote: >>> On Tue, 2016-04-05 at 13:28 -0700, Joe Perches wrote: > The more common kernel mechanism to prefix messages > is using a pr_fmt define like: > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > so this prefixes all messages and means that any > new message added later will also be prefixed without > copy/paste defects or omission. Ok. Thanks for your reply and education (and Viresh also). And sorry for my the ignorance in my patch submission last May. ... Doug