From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755930AbcCNTkv (ORCPT ); Mon, 14 Mar 2016 15:40:51 -0400 Received: from forward.webhostbox.net ([204.11.59.73]:46791 "EHLO forward.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755505AbcCNTks (ORCPT ); Mon, 14 Mar 2016 15:40:48 -0400 Date: Mon, 14 Mar 2016 12:40:39 -0700 From: Guenter Roeck To: Pascal Sachs Cc: Jean Delvare , Jonathan Corbet , "lm-sensors@lm-sensors.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , David Frey Subject: Re: [PATCH 1/1] hwmon: add support for Sensirion SHT3x sensors Message-ID: <20160314194039.GA5557@roeck-us.net> References: <157916ADD54A1D4ABFF27DDF0233870C956E1A93@S-EXCH01.sensirion.lokal> <20160310191411.GA2388@roeck-us.net> <157916ADD54A1D4ABFF27DDF0233870C956E1FE3@S-EXCH01.sensirion.lokal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <157916ADD54A1D4ABFF27DDF0233870C956E1FE3@S-EXCH01.sensirion.lokal> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MpLykzue c=1 sm=1 tr=0 a=9TTQYYGGY7a1eFc7Vblcuw==:117 a=2cfIYNtKkjgZNaOwnGXpGw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=7OsogOcEt9IA:10 a=2aul5xBZeHJS0R8dexsA:9 a=CjuIK1q_8ugA:10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Pascal, On Mon, Mar 14, 2016 at 03:28:52PM +0000, Pascal Sachs wrote: > Hi Guenter > > Thank you for the fast code review. > During extended testing of the updated driver we found some other minor issues with the alert feature we would like to fix before submitting again. > Take your time - you missed the commit window anyway. > We as well have to update our submission process, since the company mail server converts tabs to whitespaces and adds this confidentiality message to the end. > I am very sorry about that, but I did not knew that. > No problem. Must be a server from that company in Redmond, WA ;-). In case it helps, I use "git send-email" in combination with msmtp, which in turn is configured to send mail either through a gmail account or, if that happens to be tagged as spam source, through a web hosting account. Guenter