Remove (?) from comments in pkg/devicemapper
Got merged with it, removing it as it doesn't add anything. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
35c086fa6b
commit
8cef102997
3 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
// Due to the way cgo works this has to be in a separate file, as devmapper.go has
|
||||
// definitions in the cgo block, which is incompatible with using "//export"
|
||||
|
||||
// DevmapperLogCallback exports the devmapper log callback for cgo. (?)
|
||||
// DevmapperLogCallback exports the devmapper log callback for cgo.
|
||||
//export DevmapperLogCallback
|
||||
func DevmapperLogCallback(level C.int, file *C.char, line C.int, dmErrnoOrClass C.int, message *C.char) {
|
||||
msg := C.GoString(message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue