[PATCH] unifdef: Replace space indentions with tabs

2020-09-12 Thread Hu Haowen
According to the Linux kernel coding style, space indentions are not allowed in source files, so removed them and added tab ones. Signed-off-by: Hu Haowen --- scripts/unifdef.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/unifdef.c b/scripts/unifdef.c index

[tip: perf/core] x86/perf: Fix a typo

2020-07-22 Thread tip-bot2 for Hu Haowen
The following commit has been merged into the perf/core branch of tip: Commit-ID: 2ac5413e5edca6910d2ae157187a889e94be2b62 Gitweb: https://git.kernel.org/tip/2ac5413e5edca6910d2ae157187a889e94be2b62 Author:Hu Haowen AuthorDate:Sun, 19 Jul 2020 18:50:07 +08:00 Committer

[PATCH] x86/perf: Fix a typo

2020-07-19 Thread Hu Haowen
The word "Zhoaxin" is incorrect and the right one is "Zhaoxin". Signed-off-by: Hu Haowen --- arch/x86/events/zhaoxin/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/zhaoxin/core.c b/arch/x86/events/zhaoxin/core.c index 898fa1ae9ceb.

Re: [PATCH] net/mlx5: Add a missing macro undefinition

2020-06-06 Thread Hu Haowen
On 2020/6/7 2:36 PM, Leon Romanovsky wrote: On Sun, Jun 07, 2020 at 01:12:40PM +0800, Hu Haowen wrote: The macro ODP_CAP_SET_MAX is only used in function handle_hca_cap_odp() in file main.c, so it should be undefined when there are no more uses of it. Signed-off-by: Hu Haowen --- drivers

[PATCH] net/mlx5: Add a missing macro undefinition

2020-06-06 Thread Hu Haowen
The macro ODP_CAP_SET_MAX is only used in function handle_hca_cap_odp() in file main.c, so it should be undefined when there are no more uses of it. Signed-off-by: Hu Haowen --- drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net