diff options
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r-- | litmus/litmus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index 524f0e9198a6..a62ec1455cef 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -563,7 +563,7 @@ static int proc_read_cluster_size(char *page, char **start, | |||
563 | len = snprintf(page, PAGE_SIZE, "L2\n"); | 563 | len = snprintf(page, PAGE_SIZE, "L2\n"); |
564 | else if (cluster_cache_index == 3) | 564 | else if (cluster_cache_index == 3) |
565 | len = snprintf(page, PAGE_SIZE, "L3\n"); | 565 | len = snprintf(page, PAGE_SIZE, "L3\n"); |
566 | else if (cluster_cache_index == 1) | 566 | else /* (cluster_cache_index == 1) */ |
567 | len = snprintf(page, PAGE_SIZE, "L1\n"); | 567 | len = snprintf(page, PAGE_SIZE, "L1\n"); |
568 | 568 | ||
569 | return len; | 569 | return len; |