From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261925AbTD2XBR (ORCPT ); Tue, 29 Apr 2003 19:01:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262041AbTD2XBR (ORCPT ); Tue, 29 Apr 2003 19:01:17 -0400 Received: from air-2.osdl.org ([65.172.181.6]:18384 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261925AbTD2XBP (ORCPT ); Tue, 29 Apr 2003 19:01:15 -0400 Date: Tue, 29 Apr 2003 16:11:28 -0700 From: "Randy.Dunlap" To: lkml Subject: Re: [PATCH] KernelJanitor: Convert remaining error returns to return -E Linux 2.5.68 Message-Id: <20030429161128.3b8c762b.rddunlap@osdl.org> Organization: OSDL X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) X-Face: +5V?h'hZQPB9kW Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Apr 2003 23:08:30 +0000 Gabriel Devenyi wrote: | Thanks for the suggestions, I'm kinda new at this and just following the TODO | which unfortuately says "sed s/return EWHATEVER/return -EWHATEVER/". I'll | work on checking the things you suggested. As for your other questions, the | kernel did build but I didn't attempt to boot it, I'll be sure to do so in | the future. Thanks for the encouragement. | | P.S. Anyone who works on KernelJanitor, kj.pl is suggesting some of the things | I'm changing which aparently I shouldn't. The kernel-janitor TODO should be your guide. However, it needs some updating too, so the best thing to do is ask about things on kernel-janitor-discuss@lists.sf.net before you spend time on them. [item updates are welcome] -- ~Randy