File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ func (ns *GCENodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePub
187
187
func (ns * GCENodeServer ) NodeUnpublishVolume (ctx context.Context , req * csi.NodeUnpublishVolumeRequest ) (* csi.NodeUnpublishVolumeResponse , error ) {
188
188
klog .V (4 ).Infof ("NodeUnpublishVolume called with args: %v" , req )
189
189
190
- // Validate Arguments
190
+ // Validate Arguments
191
191
targetPath := req .GetTargetPath ()
192
192
volID := req .GetVolumeId ()
193
193
if len (volID ) == 0 {
@@ -311,7 +311,7 @@ func (ns *GCENodeServer) NodeStageVolume(ctx context.Context, req *csi.NodeStage
311
311
func (ns * GCENodeServer ) NodeUnstageVolume (ctx context.Context , req * csi.NodeUnstageVolumeRequest ) (* csi.NodeUnstageVolumeResponse , error ) {
312
312
klog .V (4 ).Infof ("NodeUnstageVolume called with req: %#v" , req )
313
313
314
- // Validate arguments
314
+ // Validate arguments
315
315
volumeID := req .GetVolumeId ()
316
316
stagingTargetPath := req .GetStagingTargetPath ()
317
317
if len (volumeID ) == 0 {
You can’t perform that action at this time.
0 commit comments