projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d6321
)
cifsd: spaces preferred around that '/'
author
Namjae Jeon
<namjae.jeon@samsung.com>
Wed, 26 May 2021 07:42:12 +0000
(16:42 +0900)
committer
Namjae Jeon
<namjae.jeon@samsung.com>
Wed, 26 May 2021 09:13:30 +0000
(18:13 +0900)
Fix "CHECK: paces preferred around that '/' from checkpatch.pl --strict.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/asn1.c
patch
|
blob
|
history
diff --git
a/fs/cifsd/asn1.c
b/fs/cifsd/asn1.c
index 479a9c1fcbbe4ddeff5cbc138ad4b93bc18770e6..846f4e73abbfdf5540ffedec19a39977067b033c 100644
(file)
--- a/
fs/cifsd/asn1.c
+++ b/
fs/cifsd/asn1.c
@@
-65,7
+65,7
@@
static bool asn1_oid_decode(const unsigned char *value, size_t vlen,
unsigned long subid;
vlen += 1;
- if (vlen < 2 || vlen > UINT_MAX
/
sizeof(unsigned long))
+ if (vlen < 2 || vlen > UINT_MAX
/
sizeof(unsigned long))
return false;
*oid = kmalloc(vlen * sizeof(unsigned long), GFP_KERNEL);