From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763437AbXF0WB5 (ORCPT ); Wed, 27 Jun 2007 18:01:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758395AbXF0WBu (ORCPT ); Wed, 27 Jun 2007 18:01:50 -0400 Received: from barikada.upol.cz ([158.194.242.200]:54530 "EHLO barikada.upol.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758816AbXF0WBu (ORCPT ); Wed, 27 Jun 2007 18:01:50 -0400 To: Andrew Morton Cc: linux-kernel@vger.kernel.org, josh@kernel.org Subject: Re: [PATCH] CodingStyle: Add information about trailing whitespace. In-Reply-To: <20070627123122.257661e3.akpm@linux-foundation.org> References: <1182967160.8970.108.camel@josh-work.beaverton.ibm.com> <20070627123122.257661e3.akpm@linux-foundation.org> Date: Thu, 28 Jun 2007 00:14:38 +0200 Message-Id: From: Oleg Verych Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Newsgroups: gmane.linux.kernel > Date: Wed, 27 Jun 2007 12:31:22 -0700 > > > akpm:/usr/src/25> grep -l "^+.*[ ]$" patches/git-*.patch > patches/git-acpi.patch > patches/git-alsa.patch > patches/git-battery.patch > patches/git-cifs.patch > patches/git-drm.patch > patches/git-gfs2-nmw.patch > patches/git-hid.patch > patches/git-ipwireless_cs.patch > patches/git-ixgbe.patch > patches/git-kgdb.patch > patches/git-leds.patch > patches/git-libata-all.patch > patches/git-md-accel.patch > patches/git-netdev-all.patch > patches/git-newsetup.patch > patches/git-nfs.patch > patches/git-ocfs2.patch > patches/git-pciseg.patch > patches/git-qla3xxx.patch > patches/git-selinux.patch > patches/git-sym2.patch > patches/git-unionfs.patch > patches/git-watchdog.patch > patches/git-wireless.patch > > damn. Bunch of lamers. 9. The editor is the primary tool for programmers. People who don't choose an appropriate primary tool are worthless as professionals. among others in I've shared little sh script too, 4 + 2(optional) sed commands with comments of what whitespace crap was spotted. Yet nothing happened. Converse -- questions about why they are useless... Introduction of editor's labels in C files is the most outrages thing. Don't editors smart to see filename extensions first? If they don't, fix editors, not sources! > But there's less than there used to be. ____