X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/25a958e9bfd467a5a394adb76601cb6dc525375d..c3b78ad426127eb4eaa4ae5e8c919fe53204b213:/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c diff --git a/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c b/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c index 5eef6b102..d32523185 100644 --- a/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c +++ b/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c @@ -1,7 +1,7 @@ /* * A loadable module that benchmarks the OCF crypto speed from kernel space. * - * Copyright (C) 2004-2007 David McCullough + * Copyright (C) 2004-2010 David McCullough * * LICENSE TERMS * @@ -432,5 +432,5 @@ module_init(ocfbench_init); module_exit(ocfbench_exit); MODULE_LICENSE("BSD"); -MODULE_AUTHOR("David McCullough "); +MODULE_AUTHOR("David McCullough "); MODULE_DESCRIPTION("Benchmark various in-kernel crypto speeds");