File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ static unsigned long damos_wmark_wait_us(struct damos *scheme)
959
959
/* higher than high watermark or lower than low watermark */
960
960
if (metric > scheme -> wmarks .high || scheme -> wmarks .low > metric ) {
961
961
if (scheme -> wmarks .activated )
962
- pr_debug ("inactivate a scheme (%d) for %s wmark\n" ,
962
+ pr_debug ("deactivate a scheme (%d) for %s wmark\n" ,
963
963
scheme -> action ,
964
964
metric > scheme -> wmarks .high ?
965
965
"high" : "low" );
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ static void damon_dbgfs_test_set_init_regions(struct kunit *test)
145
145
146
146
KUNIT_EXPECT_STREQ (test , (char * )buf , expect );
147
147
}
148
- /* Put invlid inputs and check the return error code */
148
+ /* Put invalid inputs and check the return error code */
149
149
for (i = 0 ; i < ARRAY_SIZE (invalid_inputs ); i ++ ) {
150
150
input = invalid_inputs [i ];
151
151
pr_info ("input: %s\n" , input );
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ static void damon_test_apply_three_regions3(struct kunit *test)
233
233
* and 70-100) has totally freed and mapped to different area (30-32 and
234
234
* 65-68). The target regions which were in the old second and third big
235
235
* regions should now be removed and new target regions covering the new second
236
- * and third big regions should be crated .
236
+ * and third big regions should be created .
237
237
*/
238
238
static void damon_test_apply_three_regions4 (struct kunit * test )
239
239
{
You can’t perform that action at this time.
0 commit comments