mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
Replace '/*' style comments with '//' style, which is recommended officially
This commit is contained in:
committed by
Levente Kurusa
parent
ffd4cd70e2
commit
adc3323be4
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user