runc/libcontainer/intelrdt
Kir Kolyshkin 0af5cd2041 Nit: fix use of bufio.Scanner.Err
The Err() method should be called after the Scan() loop, not inside it.

Found by

 git grep -A3 -F '.Scan()' | grep Err

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-03-27 00:12:17 -07:00
..
intelrdt.go Nit: fix use of bufio.Scanner.Err 2020-03-27 00:12:17 -07:00
intelrdt_test.go libcontainer: intelrdt: add support for Intel RDT/MBA Software Controller in runc 2018-11-13 23:27:08 +08:00
stats.go libcontainer: intelrdt: add support for Intel RDT/MBA in runc 2018-10-16 14:29:29 +08:00
util_test.go libcontainer: add test cases for Intel RDT/CAT 2017-09-01 14:35:40 +08:00