The following changes since commit a275c37ab0001b62b1961e3430e58a2d42ee3dc9: options: mark unsupported options as such (2016-06-08 11:13:08 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 54d0a3150d44adca3ee4047fabd85651c6ea2db1: options: fix typos (2016-06-09 13:30:52 -0600) ---------------------------------------------------------------- Vincent Fu (1): options: fix typos options.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- Diff of recent changes: diff --git a/options.c b/options.c index e8c0b7f..5199823 100644 --- a/options.c +++ b/options.c @@ -2190,6 +2190,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .group = FIO_OPT_G_INVALID, }, #else + { .name = "fadvise_stream", .lname = "Fadvise stream", .type = FIO_OPT_UNSUPPORTED, @@ -2259,6 +2260,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .group = FIO_OPT_G_INVALID, }, #else + { .name = "sync_file_range", .lname = "Sync file range", .type = FIO_OPT_UNSUPPORTED, @@ -2700,7 +2702,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .name = "verify_async_cpus", .lname = "Async verify CPUs", .type = FIO_OPT_UNSUPPORTED, - .help "Your platform does not support CPU affinities", + .help = "Your platform does not support CPU affinities", }, #endif { -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html