From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay.hostedemail.com (smtprelay0209.hostedemail.com. [216.40.44.209]) by gmr-mx.google.com with ESMTPS id i9si1198185igg.1.2016.03.14.13.33.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Mar 2016 13:33:11 -0700 (PDT) Message-ID: <1457987588.11972.135.camel@perches.com> Subject: [rtc-linux] Re: [PATCH] rtc: s3c: Don't print an error on probe deferral From: Joe Perches To: Alexandre Belloni , Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski , rtc-linux@googlegroups.com Date: Mon, 14 Mar 2016 13:33:08 -0700 In-Reply-To: <20160314201958.GB28277@piout.net> References: <1457982308-29848-1-git-send-email-javier@osg.samsung.com> <1457982675.11972.119.camel@perches.com> <56E7119B.9060900@osg.samsung.com> <1457984317.11972.123.camel@perches.com> <56E71825.5070104@osg.samsung.com> <20160314201958.GB28277@piout.net> Content-Type: text/plain; charset=UTF-8 Mime-Version: 1.0 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On Mon, 2016-03-14 at 21:19 +0100, Alexandre Belloni wrote: > checkpatch will not complain for messages but it will definitively > complain if they are not properly aligned:) checkpatch wouldn't actually complain unless the --strict option was used or these files were in drivers/net or drivers/staging. -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH] rtc: s3c: Don't print an error on probe deferral Date: Mon, 14 Mar 2016 13:33:08 -0700 Message-ID: <1457987588.11972.135.camel@perches.com> References: <1457982308-29848-1-git-send-email-javier@osg.samsung.com> <1457982675.11972.119.camel@perches.com> <56E7119B.9060900@osg.samsung.com> <1457984317.11972.123.camel@perches.com> <56E71825.5070104@osg.samsung.com> <20160314201958.GB28277@piout.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from smtprelay0164.hostedemail.com ([216.40.44.164]:48624 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753263AbcCNUdM (ORCPT ); Mon, 14 Mar 2016 16:33:12 -0400 In-Reply-To: <20160314201958.GB28277@piout.net> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Alexandre Belloni , Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski , rtc-linux@googlegroups.com On Mon, 2016-03-14 at 21:19 +0100, Alexandre Belloni wrote: > checkpatch will not complain for messages but it will definitively > complain if they are not properly aligned:) checkpatch wouldn't actually complain unless the --strict option was used or these files were in drivers/net or drivers/staging.