diff options
author | Tamara Diaconita | 2017-03-17 20:00:34 +0200 |
---|---|---|
committer | Jonathan Corbet | 2017-03-17 13:07:41 -0600 |
commit | 8035223cb0f452b8242b0dbd801b1c2394f78527 (patch) | |
tree | d22c929cf5901bcbe85702a12c6e09905024668f /Documentation/mmc/mmc-dev-attrs.txt | |
parent | eb790aee176761f85a724abb1ea9b79ea00a77a4 (diff) |
Documentation: mmc: mmc-dev-attrs.txt: Fix typos
Fix typos in mmc-dev-attrs.txt to make documentation clear.
Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/mmc/mmc-dev-attrs.txt')
-rw-r--r-- | Documentation/mmc/mmc-dev-attrs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mmc/mmc-dev-attrs.txt b/Documentation/mmc/mmc-dev-attrs.txt index 404a0e9e92b0..2caff30b348c 100644 --- a/Documentation/mmc/mmc-dev-attrs.txt +++ b/Documentation/mmc/mmc-dev-attrs.txt @@ -13,7 +13,7 @@ SD and MMC Device Attributes All attributes are read-only. - cid Card Identifaction Register + cid Card Identification Register csd Card Specific Data Register scr SD Card Configuration Register (SD only) date Manufacturing Date (from CID Register) @@ -71,6 +71,6 @@ Note on Erase Size and Preferred Erase Size: "preferred_erase_size" is in bytes. Note on raw_rpmb_size_mult: - "raw_rpmb_size_mult" is a mutliple of 128kB block. + "raw_rpmb_size_mult" is a multiple of 128kB block. RPMB size in byte is calculated by using the following equation: RPMB partition size = 128kB x raw_rpmb_size_mult |