mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
pstore/blk: trivial typo fixes
[ Upstream commit542243af71
] Fix trivial typos in comments. Fixes:2a03ddbde1
("pstore/blk: Move verify_size() macro out of function") Fixes:17639f67c1
("pstore/blk: Introduce backend for block devices") Signed-off-by: Eugen Hristev <eugen.hristev@linaro.org> Link: https://lore.kernel.org/r/20250101111921.850406-1-eugen.hristev@linaro.org Signed-off-by: Kees Cook <kees@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
e3be8862d7
commit
113563188f
|
@ -89,7 +89,7 @@ static struct pstore_device_info *pstore_device_info;
|
|||
_##name_ = check_size(name, alignsize); \
|
||||
else \
|
||||
_##name_ = 0; \
|
||||
/* Synchronize module parameters with resuls. */ \
|
||||
/* Synchronize module parameters with results. */ \
|
||||
name = _##name_ / 1024; \
|
||||
dev->zone.name = _##name_; \
|
||||
}
|
||||
|
@ -121,7 +121,7 @@ static int __register_pstore_device(struct pstore_device_info *dev)
|
|||
if (pstore_device_info)
|
||||
return -EBUSY;
|
||||
|
||||
/* zero means not limit on which backends to attempt to store. */
|
||||
/* zero means no limit on which backends attempt to store. */
|
||||
if (!dev->flags)
|
||||
dev->flags = UINT_MAX;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user