From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Subject: Re: [PATCH] drm/i915: add \n to the end of sysfs attributes Date: Tue, 19 Feb 2013 12:33:14 +0200 Message-ID: <87ppzwpp91.fsf@intel.com> References: <1360831331-30040-1-git-send-email-jani.nikula@intel.com> <20130214174635.GA20674@bwidawsk.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id F26DEE648D for ; Tue, 19 Feb 2013 02:32:37 -0800 (PST) In-Reply-To: <20130214174635.GA20674@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Ben Widawsky Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Thu, 14 Feb 2013, Ben Widawsky wrote: > On Thu, Feb 14, 2013 at 10:42:11AM +0200, Jani Nikula wrote: >> It is customary to end sysfs attributes with a newline. >> > > As best I can tell, you are correct. Have you tested powertop with this > change? If not, can you? Good point. Tested, and eyeballed the powertop sysfs reading code. This should be all right. BR, Jani.