Skip to content

Commit

Permalink
Fix some whitespace issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Thornton <[email protected]>
  • Loading branch information
NateThornton committed Sep 27, 2024
1 parent e65faf1 commit 2cbf020
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1361,35 +1361,37 @@ struct nvme_id_psd {
* on the controller for optimal operation.
* @rsvd568: Reserved
* @cmmrtd: Controller Maximum Memory Range Tracking Descriptors indicates
* the maximum number of Memory Range Tracking Descriptors the
* controller supports.
* @nmmrtd: NVM Subsystem Maximum Memory Range Tracking Descriptors
* indicates the maximum number of Memory Range Tracking Descriptors
* the NVM subsystem supports.
* the maximum number of Memory Range Tracking Descriptors the
* controller supports.
* @nmmrtd: NVM Subsystem Maximum Memory Range Tracking Descriptors

Check failure on line 1366 in src/nvme/types.h

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: trailing whitespace
* indicates the maximum number of Memory Range Tracking Descriptors
* the NVM subsystem supports.
* @minmrtg: Minimum Memory Range Tracking Granularity indicates the minimum
* value supported in the Requested Memory Range Tracking Granularity
* (RMRTG) field of the Track Memory Ranges data structure.
* value supported in the Requested Memory Range Tracking
* Granularity (RMRTG) field of the Track Memory Ranges data
* structure.
* @maxmrtg: Maximum Memory Range Tracking Granularity indicates the maximum
* value supported in the Requested Memory Range Tracking Granularity
* (RMRTG) field of the Track Memory Ranges data structure.
* value supported in the Requested Memory Range Tracking
* Granularity (RMRTG) field of the Track Memory Ranges data
* structure.
* @trattr: Tracking Attributes indicates supported attributes for the
* Track Send command and Track Receive command.
* Track Send command and Track Receive command.
* @rsvd577: Reserved
* @mcudmq: Maximum Controller User Data Migration Queues indicates the
* maximum number of User Data Migration Queues supported by the
* controller.
* maximum number of User Data Migration Queues supported by the
* controller.
* @mnsudmq: Maximum NVM Subsystem User Data Migration Queues indicates the
* maximum number of User Data Migration Queues supported by the NVM
* subsystem.
* maximum number of User Data Migration Queues supported by the NVM
* subsystem.
* @mcmr: Maximum CDQ Memory Ranges indicates the maximum number of
* memory ranges allowed to be specified by the PRP1 field of a
* Controller Data Queue command.
* memory ranges allowed to be specified by the PRP1 field of a
* Controller Data Queue command.
* @nmcmr: NVM Subsystem Maximum CDQ Memory Ranges indicates the maximum
* number of memory ranges for all Controller Data Queues in the NVM
* subsystem.
* number of memory ranges for all Controller Data Queues in the
* NVM subsystem.
* @mcdqpc: Maximum Controller Data Queue PRP Count indicates the maximum
* number of PRPs allowed to be specified in the PRP list in the
* Controller Data Queue command.
* number of PRPs allowed to be specified in the PRP list in the
* Controller Data Queue command.
* @rsvd588: Reserved
* @subnqn: NVM Subsystem NVMe Qualified Name, UTF-8 null terminated string
* @rsvd1024: Reserved
Expand Down

0 comments on commit 2cbf020

Please sign in to comment.