Skip to content

Commit abf0d0a

Browse files
committed
Correct the formatting issue in iscsiadm ListInterface
This formatting issue has been reported under csi-driver-iscsi repo and blocking the PR merge. kubernetes-csi/csi-driver-iscsi#141 Signed-off-by: Humble Chirammal <[email protected]>
1 parent 366f319 commit abf0d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iscsi/iscsiadm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func iscsiadmDebug(output string, cmdError error) {
3838
}
3939

4040
// ListInterfaces returns a list of all iscsi interfaces configured on the node
41-
/// along with the raw output in Response.StdOut we add the convenience of
41+
// along with the raw output in Response.StdOut we add the convenience of
4242
// returning a list of entries found
4343
func ListInterfaces() ([]string, error) {
4444
debug.Println("Begin ListInterface...")

0 commit comments

Comments
 (0)