Commit 97894cda authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner
Browse files

[MTD] core: Clean up trailing white spaces

parent b95f9609
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
# $Id: Kconfig,v 1.10 2005/07/11 10:39:27 gleixner Exp $
# $Id: Kconfig,v 1.11 2005/11/07 11:14:19 gleixner Exp $

menu "Memory Technology Devices (MTD)"

+8 −8
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
   This is access code for flashes using ARM's flash partitioning
   standards.

   $Id: afs.c,v 1.13 2004/02/27 22:09:59 rmk Exp $
   $Id: afs.c,v 1.15 2005/11/07 11:14:19 gleixner Exp $

======================================================================*/

+28 −28
Original line number Diff line number Diff line
/*
 * $Id: cmdlinepart.c,v 1.18 2005/06/07 15:04:26 joern Exp $
 * $Id: cmdlinepart.c,v 1.19 2005/11/07 11:14:19 gleixner Exp $
 *
 * Read flash partition table from command line
 *
+64 −64
Original line number Diff line number Diff line
/* This version ported to the Linux-MTD system by dwmw2@infradead.org
 * $Id: ftl.c,v 1.55 2005/01/17 13:47:21 hvr Exp $
 * $Id: ftl.c,v 1.58 2005/11/07 11:14:19 gleixner Exp $
 *
 * Fixes: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
 * - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups
@@ -1086,7 +1086,7 @@ struct mtd_blktrans_ops ftl_tr = {

int init_ftl(void)
{
	DEBUG(0, "$Id: ftl.c,v 1.55 2005/01/17 13:47:21 hvr Exp $\n");
	DEBUG(0, "$Id: ftl.c,v 1.58 2005/11/07 11:14:19 gleixner Exp $\n");

	return register_mtd_blktrans(&ftl_tr);
}
+24 −24
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * (c) 1999 Machine Vision Holdings, Inc.
 * Author: David Woodhouse <dwmw2@infradead.org>
 *
 * $Id: inftlcore.c,v 1.18 2004/11/16 18:28:59 dwmw2 Exp $
 * $Id: inftlcore.c,v 1.19 2005/11/07 11:14:20 gleixner Exp $
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
@@ -893,7 +893,7 @@ extern char inftlmountrev[];

static int __init init_inftl(void)
{
	printk(KERN_INFO "INFTL: inftlcore.c $Revision: 1.18 $, "
	printk(KERN_INFO "INFTL: inftlcore.c $Revision: 1.19 $, "
		"inftlmount.c %s\n", inftlmountrev);

	return register_mtd_blktrans(&inftl_tr);
Loading