mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
[linux-kernel] Replace kernel-style comments
Replace kernel-style comments with regular comments. E.g. ``` /** Before */ /* After */ /** * Before */ /* * After */ /*********************************** * Before ***********************************/ /* ********************************* * After ***********************************/ ```
This commit is contained in:
@ -24,6 +24,8 @@ libzstd:
|
||||
--rewrite-include '<stddef\.h>=<linux/types.h>' \
|
||||
--rewrite-include '"\.\./zstd.h"=<linux/zstd.h>' \
|
||||
--rewrite-include '"(\.\./common/)?zstd_errors.h"=<linux/zstd_errors.h>' \
|
||||
--sed 's,/\*\*\*,/* *,g' \
|
||||
--sed 's,/\*\*,/*,g' \
|
||||
-DZSTD_NO_INTRINSICS \
|
||||
-DZSTD_NO_UNUSED_FUNCTIONS \
|
||||
-DZSTD_LEGACY_SUPPORT=0 \
|
||||
|
Reference in New Issue
Block a user