diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-25 18:53:23 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-25 21:11:47 +0200 |
commit | b91b7d89633a5449573491811679b3e48c249f81 (patch) | |
tree | 7b402319437675074647423fc43707cbd50f312a /target/linux/generic/hack-5.4 | |
parent | 807366af3860a96078e71ad312f123caddf11d76 (diff) | |
download | upstream-b91b7d89633a5449573491811679b3e48c249f81.tar.gz upstream-b91b7d89633a5449573491811679b3e48c249f81.tar.bz2 upstream-b91b7d89633a5449573491811679b3e48c249f81.zip |
kernel: remove a bunch of trailing whitespaces
These trailing whitespaces were reported during kernel patch refresh.
While at it, harmonize a few indents as well.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/generic/hack-5.4')
-rw-r--r-- | target/linux/generic/hack-5.4/531-debloat_lzma.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/hack-5.4/531-debloat_lzma.patch b/target/linux/generic/hack-5.4/531-debloat_lzma.patch index 2e453cc2f2..2f70eee3e9 100644 --- a/target/linux/generic/hack-5.4/531-debloat_lzma.patch +++ b/target/linux/generic/hack-5.4/531-debloat_lzma.patch @@ -106,7 +106,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> - SZ_ERROR_MEM - Memory allocation error - SZ_ERROR_UNSUPPORTED - Unsupported properties -*/ -- +- -SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); -void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc); - @@ -135,7 +135,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> -*/ - -/* LzmaDec_DecodeToDic -- +- - The decoding to internal dictionary buffer (CLzmaDec::dic). - You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!! - @@ -413,7 +413,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> - - delta2 = p->pos - p->hash[hash2Value]; - curMatch = p->hash[kFix3HashSize + hashValue]; -- +- - p->hash[hash2Value] = - p->hash[kFix3HashSize + hashValue] = p->pos; - @@ -986,7 +986,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> - p->rc.outStream = &outStream.funcTable; - - res = LzmaEnc_CodeOneBlock(p, True, desiredPackSize, *unpackSize); -- +- - *unpackSize = (UInt32)(p->nowPos64 - nowPos64); - *destLen -= outStream.rem; - if (outStream.overflow) |