From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757836AbXIEUM7 (ORCPT ); Wed, 5 Sep 2007 16:12:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756594AbXIEUMv (ORCPT ); Wed, 5 Sep 2007 16:12:51 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:56286 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754364AbXIEUMu (ORCPT ); Wed, 5 Sep 2007 16:12:50 -0400 Date: Wed, 5 Sep 2007 22:14:13 +0200 From: Sam Ravnborg To: Randy Dunlap Cc: lkml , akpm Subject: Re: [PATCH] docproc: style & typo cleanups Message-ID: <20070905201412.GD30812@uranus.ravnborg.org> References: <20070904212322.cd5ba596.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070904212322.cd5ba596.randy.dunlap@oracle.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 04, 2007 at 09:23:22PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > - fix typos/spellos in docproc.c and Makefile > - add a little whitespace {while, switch} (coding style) > - use NULL instead of 0 for pointer testing > Looks good - thanks. I will apply it when I'm back at my dev machine. Sam