cephfs: fix staticcheck comment

getting is unused for linter "staticcheck"
(nolintlint) error message due to wrong
comment format. this the format now with
`//directive // comment`

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-08-03 12:49:17 +05:30 committed by mergify[bot]
parent 5c9f63bada
commit dde21543bd

View File

@ -24,7 +24,7 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
// google.golang.org/protobuf/encoding doesn't offer MessageV2().
"github.com/golang/protobuf/proto" // nolint:staticcheck // See comment above.
"github.com/golang/protobuf/proto" //nolint:staticcheck // See comment above.
"google.golang.org/protobuf/encoding/protojson"
)