From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] power: Add and use pr_fmt Date: Mon, 04 Mar 2019 18:15:19 -0800 Message-ID: <7himwyjcco.fsf@baylibre.com> References: <06d16c65a81d28016643d714f8aa3dfd7a2ad3ed.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <06d16c65a81d28016643d714f8aa3dfd7a2ad3ed.camel@perches.com> Sender: linux-kernel-owner@vger.kernel.org To: Joe Perches , "Rafael J. Wysocki" Cc: Kevin Hilman , Ulf Hansson , Len Brown , Pavel Machek , Greg Kroah-Hartman , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , linux-pm@vger.kernel.org, linux-kernel List-Id: linux-pm@vger.kernel.org Joe Perches writes: > Prefix all printk/pr_ messages with "PM: " to make the > logging a bit more consistent. > > Miscellanea: > > o Convert a few printks to pr_ > o Whitespace to align to open parentheses > o Remove embedded "PM: " from pr_debugs as pr_fmt adds it > > Signed-off-by: Joe Perches Reviewed-by: Kevin Hilman