diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2017-03-10 15:23:24 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-13 17:21:02 +0100 |
commit | 7340217262759c3daab41466138ba7d40a8f13d5 (patch) | |
tree | ded1fda647d4d9415f061ae5ac15ee4c685c7d48 /src/lib/lzma.c | |
parent | b1260553be842dd82b0b022dd40a22527d3e3659 (diff) | |
download | coreboot-7340217262759c3daab41466138ba7d40a8f13d5.tar.xz |
src/lib: Wrap lines at 80 columns
Fix the following warning detected by checkpatch.pl:
WARNING: line over 80 characters
TEST=Build and run on Galileo Gen2
Change-Id: I5fa3f8e950e2f0c60bd0e8f030342dc8c0469299
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18758
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/lib/lzma.c')
-rw-r--r-- | src/lib/lzma.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/lzma.c b/src/lib/lzma.c index 3efcbc0eaf..f72755392c 100644 --- a/src/lib/lzma.c +++ b/src/lib/lzma.c @@ -4,8 +4,9 @@ * Copyright (C) 2006 Carl-Daniel Hailfinger * Released under the GNU GPL v2 or later * - * Parts of this file are based on C/7zip/Compress/LZMA_C/LzmaTest.c from the LZMA - * SDK 4.42, which is written and distributed to public domain by Igor Pavlov. + * Parts of this file are based on C/7zip/Compress/LZMA_C/LzmaTest.c from the + * LZMA SDK 4.42, which is written and distributed to public domain by Igor + * Pavlov. * */ |