Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
2fae1312
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2fae1312
编写于
1月 05, 2017
作者:
A
Andrew F. Davis
提交者:
Jiri Kosina
3月 24, 2017
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
UBI: Fix typos
Signed-off-by:
N
Andrew F. Davis
<
afd@ti.com
>
Signed-off-by:
N
Jiri Kosina
<
jkosina@suse.cz
>
上级
12f54139
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
3 addition
and
4 deletion
+3
-4
drivers/mtd/ubi/Kconfig
drivers/mtd/ubi/Kconfig
+1
-1
drivers/mtd/ubi/io.c
drivers/mtd/ubi/io.c
+1
-1
drivers/mtd/ubi/ubi.h
drivers/mtd/ubi/ubi.h
+1
-2
未找到文件。
drivers/mtd/ubi/Kconfig
浏览文件 @
2fae1312
...
@@ -2,7 +2,7 @@ menuconfig MTD_UBI
...
@@ -2,7 +2,7 @@ menuconfig MTD_UBI
tristate "Enable UBI - Unsorted block images"
tristate "Enable UBI - Unsorted block images"
select CRC32
select CRC32
help
help
UBI is a software layer above MTD layer which admits of LVM-like
UBI is a software layer above MTD layer which admits
use
of LVM-like
logical volumes on top of MTD devices, hides some complexities of
logical volumes on top of MTD devices, hides some complexities of
flash chips like wear and bad blocks and provides some other useful
flash chips like wear and bad blocks and provides some other useful
capabilities. Please, consult the MTD web site for more details
capabilities. Please, consult the MTD web site for more details
...
...
drivers/mtd/ubi/io.c
浏览文件 @
2fae1312
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
* About minimal I/O units. In general, UBI assumes flash device model where
* About minimal I/O units. In general, UBI assumes flash device model where
* there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1,
* there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1,
* in case of NAND flash it is a NAND page, etc. This is reported by MTD in the
* in case of NAND flash it is a NAND page, etc. This is reported by MTD in the
* @ubi->mtd->writesize field. But as an exception, UBI admits
of using
another
* @ubi->mtd->writesize field. But as an exception, UBI admits
use of
another
* (smaller) minimal I/O unit size for EC and VID headers to make it possible
* (smaller) minimal I/O unit size for EC and VID headers to make it possible
* to do different optimizations.
* to do different optimizations.
*
*
...
...
drivers/mtd/ubi/ubi.h
浏览文件 @
2fae1312
...
@@ -544,8 +544,7 @@ struct ubi_debug_info {
...
@@ -544,8 +544,7 @@ struct ubi_debug_info {
* @vid_hdr_aloffset: starting offset of the VID header aligned to
* @vid_hdr_aloffset: starting offset of the VID header aligned to
* @hdrs_min_io_size
* @hdrs_min_io_size
* @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
* @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
* @bad_allowed: whether the MTD device admits of bad physical eraseblocks or
* @bad_allowed: whether the MTD device admits bad physical eraseblocks or not
* not
* @nor_flash: non-zero if working on top of NOR flash
* @nor_flash: non-zero if working on top of NOR flash
* @max_write_size: maximum amount of bytes the underlying flash can write at a
* @max_write_size: maximum amount of bytes the underlying flash can write at a
* time (MTD write buffer size)
* time (MTD write buffer size)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录