diff options
| author | Thomas Monjalon <[email protected]> | 2023-06-14 16:26:47 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2023-06-27 16:50:34 +0200 |
| commit | b4f0a9bb5807a4f0a4904595bb85a9a386696311 (patch) | |
| tree | 1bd7bee5c07882f12de337eb5670834452b63ee4 /lib/bbdev | |
| parent | cc43769b7adf4362cf2c656c56510894a33e5ddf (diff) | |
lib: remove blank line ending comment blocks
At the end of a comment, no need for an extra line.
This pattern was fixed with the following command:
git ls lib | xargs sed -i '/^ *\* *$/{N;/ *\*\/ *$/D;}'
Signed-off-by: Thomas Monjalon <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Reviewed-by: Ruifeng Wang <[email protected]>
Diffstat (limited to 'lib/bbdev')
| -rw-r--r-- | lib/bbdev/rte_bbdev.h | 2 | ||||
| -rw-r--r-- | lib/bbdev/rte_bbdev_op.h | 1 | ||||
| -rw-r--r-- | lib/bbdev/rte_bbdev_pmd.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/lib/bbdev/rte_bbdev.h b/lib/bbdev/rte_bbdev.h index 52f6ed9b01..f124e1f5db 100644 --- a/lib/bbdev/rte_bbdev.h +++ b/lib/bbdev/rte_bbdev.h @@ -963,7 +963,6 @@ rte_bbdev_queue_intr_ctl(uint16_t dev_id, uint16_t queue_id, int epfd, int op, * * @returns * Device status as string or NULL if invalid. - * */ __rte_experimental const char* @@ -977,7 +976,6 @@ rte_bbdev_device_status_str(enum rte_bbdev_device_status status); * * @returns * Queue status as string or NULL if op_type is invalid. - * */ __rte_experimental const char* diff --git a/lib/bbdev/rte_bbdev_op.h b/lib/bbdev/rte_bbdev_op.h index 96a390cd9b..cb17a17cbc 100644 --- a/lib/bbdev/rte_bbdev_op.h +++ b/lib/bbdev/rte_bbdev_op.h @@ -936,7 +936,6 @@ struct rte_bbdev_op_pool_private { * * @returns * Operation type as string or NULL if op_type is invalid - * */ const char* rte_bbdev_op_type_str(enum rte_bbdev_op_type op_type); diff --git a/lib/bbdev/rte_bbdev_pmd.h b/lib/bbdev/rte_bbdev_pmd.h index 3da7a2bdf5..442b23943d 100644 --- a/lib/bbdev/rte_bbdev_pmd.h +++ b/lib/bbdev/rte_bbdev_pmd.h @@ -64,7 +64,6 @@ rte_bbdev_release(struct rte_bbdev *bbdev); * @return * - The device structure pointer, or * - NULL otherwise - * */ struct rte_bbdev * rte_bbdev_get_named_dev(const char *name); |
