build: address dupword warnings

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2023-06-02 14:39:58 +02:00
committed by mergify[bot]
parent 9e76eceb5e
commit c968f6407d
3 changed files with 7 additions and 3 deletions

View File

@ -308,8 +308,8 @@ func (cs *ControllerServer) CreateVolume(
return nil, err
}
// TODO: create/get a connection from the the ConnPool, and do not pass
// the credentials to any of the utility functions.
// TODO: create/get a connection from the ConnPool, and do not pass the
// credentials to any of the utility functions.
cr, err := util.NewUserCredentialsWithMigration(req.GetSecrets())
if err != nil {

View File

@ -1023,7 +1023,7 @@ func (ns *NodeServer) NodeUnstageVolume(
}
// It was not mounted and image metadata is also missing, we are done as the last step in
// in the staging transaction is complete
// the staging transaction is complete
return &csi.NodeUnstageVolumeResponse{}, nil
}