[PATCH] double semicolon cleanup, kernel 2.6.5-rc3

From: Alexander Stohr (Alexander.Stohr_at_gmx.de)
Date: 03/31/04

  • Next message: Jarno Paananen: "Re: [PATCH] Re: [sata] libata update"
    Date:	Wed, 31 Mar 2004 18:35:20 +0200 (MEST)
    To: linux-kernel@vger.kernel.org
    
    
    

    the attached patch cleans up a larger amount of superfluos
    ";;" statements in current Linux kernel sources by converting
    them to the regular single ";" statments.

    it seems to be a common problem that at the end of a line
    the semicolon key is producing an echo.
    that sort of noise is simply unneccessary source code
    and can be cleaned up without any danger.

    since the attached patch is not generated by some filter,
    it does care about assembler code with ";;" and it does care
    about "for(;;)" constructs which of course must reamin as they are.

    -Alex.

    PS: please CC me on answers

    -- 
    +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
    100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz
    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: Jarno Paananen: "Re: [PATCH] Re: [sata] libata update"

    Relevant Pages

    • Re: [PATCH] hpfs: Whitespace and Codingstyle cleanup for dir.c
      ... On Wed, 12 Oct 2005, Jesper Juhl wrote: ... > statements on a single line that made some bits of the file quite confusing ... This patch cleans that up and also make sure labels are placed at ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] include cleanup in pgalloc.h
      ... this patch cleans up asm-*/pgalloc.h by removing the ... including linux/mm.h (and friends) ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Allow userspace do something special on overtemp
      ... >> This patch cleans up thermal.c a bit, and adds possibility to react to ... then udev could create /dev/blowtorch so some other program ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 2.6] I2C: macintoch/therm_* drivers cleanups
      ... This patch cleans the macintoch/therm_* drivers a bit. ... static int read_fan_speed ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [PATCH] I2C fixes for 2.6.10-rc2
      ... This patch cleans the macintoch/therm_* drivers a bit. ... static int read_fan_speed ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)