Skip to content

Commit

Permalink
fs/ntfs3: Remove tabs before spaces from comment
Browse files Browse the repository at this point in the history
Remove tabs before spaces from comment as recommended by kernel coding
style. Checkpatch also warn about these.

Signed-off-by: Kari Argillander <[email protected]>
Signed-off-by: Konstantin Komarov <[email protected]>
  • Loading branch information
teksturi authored and aalexandrovich committed Sep 16, 2021
1 parent 2829e39 commit cffb515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ntfs3/lznt.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static inline ssize_t decompress_chunk(u8 *unc, u8 *unc_end, const u8 *cmpr,
/*
* get_lznt_ctx
* @level: 0 - Standard compression.
* !0 - Best compression, requires a lot of cpu.
* !0 - Best compression, requires a lot of cpu.
*/
struct lznt *get_lznt_ctx(int level)
{
Expand Down

0 comments on commit cffb515

Please sign in to comment.