]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: compress: add code docs to lz77.c
authorEnzo Matsumiya <ematsumiya@suse.de>
Mon, 13 Apr 2026 19:07:11 +0000 (16:07 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 22 Apr 2026 14:55:52 +0000 (09:55 -0500)
commit71179a5ee916d6168bdf71e3533f71c36e5ab32c
tree611c88275c8e366a4a49e07ed48ace721afdbe67
parent4460e9c68d1a8d1bd5b892c01f10f2cd06b1fd8b
smb: client: compress: add code docs to lz77.c

Document parts of the code, especially the apparently
non-sense parts.

Other:
- change pointer increment constants to sizeof() values

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/compress/lz77.c