From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga03.intel.com ([143.182.124.21]:60777 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752982AbYHLBXL (ORCPT ); Mon, 11 Aug 2008 21:23:11 -0400 Subject: Re: [ipw3945-devel] [PATCH 1/1] iwlwifi: fix printk newlines From: Zhu Yi To: Marcel Holtmann Cc: Jiri Slaby , ipw3945-devel@lists.sourceforge.net, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Reinette Chatre In-Reply-To: <1218502555.25524.22.camel@californication> References: <1218491381-1313-1-git-send-email-jirislaby@gmail.com> <1218502555.25524.22.camel@californication> Content-Type: text/plain Date: Tue, 12 Aug 2008 09:22:17 +0800 Message-Id: <1218504137.3107.201.camel@debian.sh.intel.com> (sfid-20080812_032314_824460_5B7BF8BB) Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2008-08-12 at 02:55 +0200, Marcel Holtmann wrote: > > s = iwl4965_get_sub_band(priv, channel); > > if (s >= EEPROM_TX_POWER_BANDS) { > > - IWL_ERROR("Tx Power can not find channel %d ", > channel); > > + IWL_ERROR("Tx Power can not find channel %d\n", > channel); > > return -1; > > } > > can we not just fix IWL_ERROR to always append the newline? We should give the users more control to the style I think. Thanks, -yi