Replace '/*' style comments with '//' style, which is recommended officially

This commit is contained in:
Hidehito Yabuuchi
2018-10-06 21:20:24 +09:00
committed by Levente Kurusa
parent ffd4cd70e2
commit adc3323be4
13 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ impl Controller for BlkIoController {
}
fn apply(&self, res: &Resources) -> Result<(), CgroupError> {
/* get the resources that apply to this controller */
// get the resources that apply to this controller
let res: &BlkIoResources = &res.blkio;
if res.update_values {