diff options
| author | David S. Miller <davem@davemloft.net> | 2025-04-30 14:56:00 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2025-04-30 14:56:00 +0300 |
| commit | deeed351e982ac4d521598375b34b071304533b0 (patch) | |
| tree | 8957235b628105a9251d200140ae80b136b6fdb4 /include | |
| parent | 1f773970a72e485bb7da494e6d2ec1631ea04133 (diff) | |
| parent | 6828208a45c1839e94a87500e0721618d03783e7 (diff) | |
| download | linux-deeed351e982ac4d521598375b34b071304533b0.tar.xz | |
Merge branch 'pds_core-cleanups'
Shannon Nelson says:
====================
pds_core: small code updates
These are a few little code touch ups for a kdoc complaint,
quicker error detection, and a cleaner initialization.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pds/pds_adminq.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pds/pds_adminq.h b/include/linux/pds/pds_adminq.h index ddd111f04ca0..40ff0ec2b879 100644 --- a/include/linux/pds/pds_adminq.h +++ b/include/linux/pds/pds_adminq.h @@ -4,7 +4,7 @@ #ifndef _PDS_CORE_ADMINQ_H_ #define _PDS_CORE_ADMINQ_H_ -#define PDSC_ADMINQ_MAX_POLL_INTERVAL 256 +#define PDSC_ADMINQ_MAX_POLL_INTERVAL 256000 /* usecs */ enum pds_core_adminq_flags { PDS_AQ_FLAG_FASTPOLL = BIT(1), /* completion poll at 1ms */ @@ -463,7 +463,6 @@ struct pds_core_lif_getattr_cmd { * @rsvd: Word boundary padding * @comp_index: Index in the descriptor ring for which this is the completion * @state: LIF state (enum pds_core_lif_state) - * @name: LIF name string, 0 terminated * @features: Features (enum pds_core_hw_features) * @rsvd2: Word boundary padding * @color: Color bit |
