diff mbox series

[v2] pm: cpupower: Clean up bindings gitignore

Message ID 20240919195626.26833-1-jwyatt@redhat.com (mailing list archive)
State Accepted
Delegated to: Shuah Khan
Headers show
Series [v2] pm: cpupower: Clean up bindings gitignore | expand

Commit Message

John B. Wyatt IV Sept. 19, 2024, 7:56 p.m. UTC
Add SPDX identifier to the gitignore. Remove the comment and .i file
since the file it references was removed in another patch. This patch
depends on Min-Hua Chen's 'pm: cpupower: rename raw_pylibcpupower.i'.

Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
---

Changes in v2:
	- Rewrote commit description to use the paragraph format.

---
 tools/power/cpupower/bindings/python/.gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Shuah Khan Sept. 23, 2024, 3:09 p.m. UTC | #1
On 9/19/24 13:56, John B. Wyatt IV wrote:
> Add SPDX identifier to the gitignore. Remove the comment and .i file
> since the file it references was removed in another patch. This patch
> depends on Min-Hua Chen's 'pm: cpupower: rename raw_pylibcpupower.i'.
> 
> Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
> Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
> ---
> 
> Changes in v2:
> 	- Rewrote commit description to use the paragraph format.
> 

Thank you. Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/?h=cpupower

I will send this one and the other fix to Rafael late on today. It will
go into rc1 or rc2 depending on the timing.

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/power/cpupower/bindings/python/.gitignore b/tools/power/cpupower/bindings/python/.gitignore
index 5c9a1f0212dd..51cbb8799c44 100644
--- a/tools/power/cpupower/bindings/python/.gitignore
+++ b/tools/power/cpupower/bindings/python/.gitignore
@@ -1,8 +1,7 @@ 
+# SPDX-License-Identifier: GPL-2.0-only
 __pycache__/
 raw_pylibcpupower_wrap.c
 *.o
 *.so
 *.py
 !test_raw_pylibcpupower.py
-# git keeps ignoring this file, use git add -f raw_libcpupower.i
-!raw_pylibcpupower.i