diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-19 02:58:17 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-19 02:58:17 +0000 |
commit | c0aaf954874841c839c7131505759b9403ec7e4b (patch) | |
tree | bb1bc24f3b73cd0c55da80698b01c84abefb5b89 /util | |
parent | 7a3bd8f28f3b8dd854e453703efb702f07294ae5 (diff) | |
download | ast2050-flashrom-c0aaf954874841c839c7131505759b9403ec7e4b.zip ast2050-flashrom-c0aaf954874841c839c7131505759b9403ec7e4b.tar.gz |
Whitespace, documentation and other small stuff
This patch combines three previously posted patches in a revised form.
one is even stolen from Stefan Reinauer (remove umlauts from man page).
Corresponding to flashrom svn r1317.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'util')
-rwxr-xr-x | util/flashrom_partial_write_test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/flashrom_partial_write_test.sh b/util/flashrom_partial_write_test.sh index 69a6923..2d83752 100755 --- a/util/flashrom_partial_write_test.sh +++ b/util/flashrom_partial_write_test.sh @@ -18,8 +18,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # This script attempts to test Flashrom partial write capability by writing -# patterns of 0xff and 0x00 bytes to the lowest 128KB of flash. 128KB is chosen -# since 64KB is usually the largest possible block size, so we will try to +# patterns of 0xff and 0x00 bytes to the lowest 128kB of flash. 128kB is chosen +# since 64kB is usually the largest possible block size, so we will try to # cover at least two blocks with this test. EXIT_SUCCESS=0 @@ -197,7 +197,7 @@ done # 2. The old content must be restored at unspecified offsets. # 3. The new content must be written at specified offsets. # -# Note: The last chunk of 0xff bytes is only 2K as to avoid overrunning a 128KB +# Note: The last chunk of 0xff bytes is only 2k as to avoid overrunning a 128kB # test image. # echo " |