ceph-csi/internal/rbd
Humble Chirammal 8f82a30c21 internal: reformat long lines in internal/rbd package to 120 chars
We have many declarations and invocations..etc with long lines which are
very difficult to follow while doing code reading. This address the issues
in below files, and restrict the line length to 120 chars.

-internal/rbd/rbd_attach.go
-internal/rbd/rbd_journal.go
-internal/rbd/rbd_util.go
-internal/rbd/replicationcontrollerserver.go
-internal/rbd/snapshot.go

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-06-28 14:43:49 +00:00
..
clone.go rbd: restart thick-provisioned PVC cloning after aborting 2021-06-18 06:25:56 +00:00
controllerserver_test.go rbd: no need to flatten thick-provisioned images 2021-06-18 06:25:56 +00:00
controllerserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
driver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
encryption.go cleanup: remove unnecessary calling of .String() when logging 2021-05-25 18:02:11 +00:00
errors.go rbd: correct the code comment for ErrFlattenInProgress 2020-10-20 08:59:25 +00:00
identityserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
mirror.go cleanup: remove unnecessary calling of .String() when logging 2021-05-25 18:02:11 +00:00
nodeserver_test.go cleanup: addresses paralleltest linter 2021-06-25 11:55:12 +00:00
nodeserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
rbd_attach.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
rbd_journal.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
rbd_util_test.go cleanup: addresses paralleltest linter 2021-06-25 11:55:12 +00:00
rbd_util.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
replicationcontrollerserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
snapshot.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00