From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761497AbYDSDC3 (ORCPT ); Fri, 18 Apr 2008 23:02:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753680AbYDSDCV (ORCPT ); Fri, 18 Apr 2008 23:02:21 -0400 Received: from smtpq1.groni1.gr.home.nl ([213.51.130.200]:43425 "EHLO smtpq1.groni1.gr.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753644AbYDSDCU (ORCPT ); Fri, 18 Apr 2008 23:02:20 -0400 Message-ID: <48096179.4060803@keyaccess.nl> Date: Sat, 19 Apr 2008 05:05:29 +0200 From: Rene Herman User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Cyrill Gorcunov CC: Linus Torvalds , Matthew , linux-kernel@vger.kernel.org Subject: Re: Linux 2.6.25 References: <20080418193802.GK7674@cvg> <20080418200338.GL7674@cvg> In-Reply-To: <20080418200338.GL7674@cvg> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.0 (-) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-04-08 22:03, Cyrill Gorcunov wrote: > | it seems drivers/acpi/thermal.c has a small nit > | > | 881: /* sys I/F for generic thermal sysfs support */ > | 882: #define KELVIN_TO_MILLICELSIUS(t) (t * 100 - 273200) > | > | but it should multiply by 1000 meguess > | > > oh, i'm wrong, sorry ? How are you wrong ? Rene.