Commit c82798f16359f98c5882af43c68d2f30302a0b16

Con Kolivas 2014-07-20T15:52:20

Fix hashratio device name

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-hashratio.c b/driver-hashratio.c
index 45325a0..3ade713 100644
--- a/driver-hashratio.c
+++ b/driver-hashratio.c
@@ -865,7 +865,7 @@ static void hashratio_shutdown(struct thr_info __maybe_unused *thr)
 struct device_drv hashratio_drv = {
 	.drv_id = DRIVER_hashratio,
 	.dname = "hashratio",
-	.name = "HRTO",
+	.name = "HRO",
 	.get_api_stats   = hashratio_api_stats,
 	.drv_detect      = hashratio_detect,
 	.thread_prepare  = hashratio_prepare,