Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
61ecfa87
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
61ecfa87
编写于
11月 07, 2005
作者:
T
Thomas Gleixner
提交者:
Thomas Gleixner
11月 07, 2005
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[MTD] includes: Clean up trailing white spaces
Signed-off-by:
N
Thomas Gleixner
<
tglx@linutronix.de
>
上级
03ead842
变更
16
显示空白变更内容
内联
并排
Showing
16 changed file
with
118 addition
and
118 deletion
+118
-118
include/linux/mtd/bbm.h
include/linux/mtd/bbm.h
+1
-1
include/linux/mtd/blktrans.h
include/linux/mtd/blktrans.h
+2
-2
include/linux/mtd/cfi.h
include/linux/mtd/cfi.h
+12
-12
include/linux/mtd/doc2000.h
include/linux/mtd/doc2000.h
+9
-9
include/linux/mtd/flashchip.h
include/linux/mtd/flashchip.h
+7
-7
include/linux/mtd/ftl.h
include/linux/mtd/ftl.h
+3
-3
include/linux/mtd/gen_probe.h
include/linux/mtd/gen_probe.h
+2
-2
include/linux/mtd/jedec.h
include/linux/mtd/jedec.h
+10
-10
include/linux/mtd/map.h
include/linux/mtd/map.h
+7
-7
include/linux/mtd/mtd.h
include/linux/mtd/mtd.h
+12
-12
include/linux/mtd/nand.h
include/linux/mtd/nand.h
+27
-27
include/linux/mtd/onenand.h
include/linux/mtd/onenand.h
+1
-1
include/linux/mtd/partitions.h
include/linux/mtd/partitions.h
+10
-10
include/linux/mtd/physmap.h
include/linux/mtd/physmap.h
+6
-6
include/linux/mtd/pmc551.h
include/linux/mtd/pmc551.h
+6
-6
include/linux/mtd/xip.h
include/linux/mtd/xip.h
+3
-3
未找到文件。
include/linux/mtd/bbm.h
浏览文件 @
61ecfa87
include/linux/mtd/blktrans.h
浏览文件 @
61ecfa87
/*
* $Id: blktrans.h,v 1.
5 2003/06/23 12:00:08 dwmw2
Exp $
* $Id: blktrans.h,v 1.
6 2005/11/07 11:14:54 gleixner
Exp $
*
* (C) 2003 David Woodhouse <dwmw2@infradead.org>
*
...
...
include/linux/mtd/cfi.h
浏览文件 @
61ecfa87
/* Common Flash Interface structures
* See http://support.intel.com/design/flash/technote/index.htm
* $Id: cfi.h,v 1.5
5 2005/08/06 04:40:42 nico
Exp $
* $Id: cfi.h,v 1.5
6 2005/11/07 11:14:54 gleixner
Exp $
*/
#ifndef __MTD_CFI_H__
...
...
include/linux/mtd/doc2000.h
浏览文件 @
61ecfa87
...
...
@@ -6,7 +6,7 @@
* Copyright (C) 2002-2003 Greg Ungerer <gerg@snapgear.com>
* Copyright (C) 2002-2003 SnapGear Inc
*
* $Id: doc2000.h,v 1.2
4 2005/01/05 12:40:38 dwmw2 Exp $
* $Id: doc2000.h,v 1.2
5 2005/11/07 11:14:54 gleixner Exp $
*
* Released under GPL
*/
...
...
include/linux/mtd/flashchip.h
浏览文件 @
61ecfa87
...
...
@@ -6,7 +6,7 @@
*
* (C) 2000 Red Hat. GPLd.
*
* $Id: flashchip.h,v 1.1
7 2005/03/14 18:27:15 bjd
Exp $
* $Id: flashchip.h,v 1.1
8 2005/11/07 11:14:54 gleixner
Exp $
*
*/
...
...
include/linux/mtd/ftl.h
浏览文件 @
61ecfa87
/*
* $Id: ftl.h,v 1.
6 2003/01/24 13:20:04 dwmw2
Exp $
* $Id: ftl.h,v 1.
7 2005/11/07 11:14:54 gleixner
Exp $
*
* Derived from (and probably identical to):
* ftl.h 1.7 1999/10/25 20:23:17
...
...
include/linux/mtd/gen_probe.h
浏览文件 @
61ecfa87
/*
* (C) 2001, 2001 Red Hat, Inc.
* GPL'd
* $Id: gen_probe.h,v 1.
3 2004/10/20 22:10:33 dwmw2
Exp $
* $Id: gen_probe.h,v 1.
4 2005/11/07 11:14:54 gleixner
Exp $
*/
#ifndef __LINUX_MTD_GEN_PROBE_H__
...
...
include/linux/mtd/jedec.h
浏览文件 @
61ecfa87
...
...
@@ -7,7 +7,7 @@
*
* See the AMD flash databook for information on how to operate the interface.
*
* $Id: jedec.h,v 1.
3 2003/05/21 11:51:01 dwmw2
Exp $
* $Id: jedec.h,v 1.
4 2005/11/07 11:14:54 gleixner
Exp $
*/
#ifndef __LINUX_MTD_JEDEC_H__
...
...
include/linux/mtd/map.h
浏览文件 @
61ecfa87
/* Overhauled routines for dealing with different mmap regions of flash */
/* $Id: map.h,v 1.5
2 2005/05/25 10:29:41
gleixner Exp $ */
/* $Id: map.h,v 1.5
4 2005/11/07 11:14:54
gleixner Exp $ */
#ifndef __LINUX_MTD_MAP_H__
#define __LINUX_MTD_MAP_H__
...
...
include/linux/mtd/mtd.h
浏览文件 @
61ecfa87
/*
* $Id: mtd.h,v 1.6
0 2005/08/06 04:40:42 nico
Exp $
* $Id: mtd.h,v 1.6
1 2005/11/07 11:14:54 gleixner
Exp $
*
* Copyright (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> et al.
*
...
...
include/linux/mtd/nand.h
浏览文件 @
61ecfa87
include/linux/mtd/onenand.h
浏览文件 @
61ecfa87
include/linux/mtd/partitions.h
浏览文件 @
61ecfa87
...
...
@@ -5,7 +5,7 @@
*
* This code is GPL
*
* $Id: partitions.h,v 1.1
6 2004/11/16 18:34:40 dwmw2
Exp $
* $Id: partitions.h,v 1.1
7 2005/11/07 11:14:55 gleixner
Exp $
*/
#ifndef MTD_PARTITIONS_H
...
...
include/linux/mtd/physmap.h
浏览文件 @
61ecfa87
...
...
@@ -2,7 +2,7 @@
* For boards with physically mapped flash and using
* drivers/mtd/maps/physmap.c mapping driver.
*
* $Id: physmap.h,v 1.
3 2004/07/21 00:16:15 jwboy
er Exp $
* $Id: physmap.h,v 1.
4 2005/11/07 11:14:55 gleixn
er Exp $
*
* Copyright (C) 2003 MontaVista Software Inc.
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
...
...
include/linux/mtd/pmc551.h
浏览文件 @
61ecfa87
/*
* $Id: pmc551.h,v 1.
5 2003/01/24 16:49:53 dwmw2
Exp $
* $Id: pmc551.h,v 1.
6 2005/11/07 11:14:55 gleixner
Exp $
*
* PMC551 PCI Mezzanine Ram Device
*
...
...
@@ -17,7 +17,7 @@
#include <linux/mtd/mtd.h>
#define PMC551_VERSION "$Id: pmc551.h,v 1.
5 2003/01/24 16:49:53 dwmw2
Exp $\n"\
#define PMC551_VERSION "$Id: pmc551.h,v 1.
6 2005/11/07 11:14:55 gleixner
Exp $\n"\
"Ramix PMC551 PCI Mezzanine Ram Driver. (C) 1999,2000 Nortel Networks.\n"
/*
...
...
include/linux/mtd/xip.h
浏览文件 @
61ecfa87
...
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* $Id: xip.h,v 1.
4 2005/10/17 21:03:16 nico
Exp $
* $Id: xip.h,v 1.
5 2005/11/07 11:14:55 gleixner
Exp $
*/
#ifndef __LINUX_MTD_XIP_H__
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录