Skip to content

Commit 542243a

Browse files
ehristevkees
authored andcommitted
pstore/blk: trivial typo fixes
Fix trivial typos in comments. Fixes: 2a03ddb ("pstore/blk: Move verify_size() macro out of function") Fixes: 17639f6 ("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>
1 parent 9852d85 commit 542243a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/pstore/blk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static struct pstore_device_info *pstore_device_info;
8989
_##name_ = check_size(name, alignsize); \
9090
else \
9191
_##name_ = 0; \
92-
/* Synchronize module parameters with resuls. */ \
92+
/* Synchronize module parameters with results. */ \
9393
name = _##name_ / 1024; \
9494
dev->zone.name = _##name_; \
9595
}
@@ -121,7 +121,7 @@ static int __register_pstore_device(struct pstore_device_info *dev)
121121
if (pstore_device_info)
122122
return -EBUSY;
123123

124-
/* zero means not limit on which backends to attempt to store. */
124+
/* zero means no limit on which backends attempt to store. */
125125
if (!dev->flags)
126126
dev->flags = UINT_MAX;
127127

0 commit comments

Comments
 (0)