mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 13:57:54 -04:00
ufs: fix typo: MAZ to MAX
QUERY_DESC_GEOMETRY_MAZ_SIZE QUERY_DESC_GEOMETRY_MAX_SIZE Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
5e86ae441c
commit
1ce21794f9
@@ -170,7 +170,7 @@ enum ufs_desc_max_size {
|
||||
* of descriptor header.
|
||||
*/
|
||||
QUERY_DESC_STRING_MAX_SIZE = 0xFE,
|
||||
QUERY_DESC_GEOMETRY_MAZ_SIZE = 0x44,
|
||||
QUERY_DESC_GEOMETRY_MAX_SIZE = 0x44,
|
||||
QUERY_DESC_POWER_MAX_SIZE = 0x62,
|
||||
QUERY_DESC_RFU_MAX_SIZE = 0x00,
|
||||
};
|
||||
|
||||
@@ -104,7 +104,7 @@ static u32 ufs_query_desc_max_size[] = {
|
||||
QUERY_DESC_INTERCONNECT_MAX_SIZE,
|
||||
QUERY_DESC_STRING_MAX_SIZE,
|
||||
QUERY_DESC_RFU_MAX_SIZE,
|
||||
QUERY_DESC_GEOMETRY_MAZ_SIZE,
|
||||
QUERY_DESC_GEOMETRY_MAX_SIZE,
|
||||
QUERY_DESC_POWER_MAX_SIZE,
|
||||
QUERY_DESC_RFU_MAX_SIZE,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user