From Gabriel Lima Luz to ~lkcamp/patches
remove unused enum and replace its usage with a unsigned int. add comment to ddk750_set_dpms function for documenting state values Signed-off-by: Gabriel Lima Luz <lima.gabriel.luz@gmail.com> --- drivers/staging/sm750fb/ddk750_power.c | 10 ++++++++-- drivers/staging/sm750fb/ddk750_power.h | 9 +-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_power.c b/drivers/staging/sm750fb/ddk750_power.c index 12834f78eef7..547a96ccba9b 100644 --- a/drivers/staging/sm750fb/ddk750_power.c [message trimmed]
From Gabriel Lima Luz to ~lkcamp/patches
Em sex, 2025-02-28 às 20:40 +0300, Dan Carpenter escreveu: > On Fri, Feb 28, 2025 at 01:23:54PM -0300, Gabriel Lima Luz wrote: > > Adhere to Linux kernel coding style. > > > > Reported by checkpatch: > > > > CHECK: Avoid CamelCase > > > > Signed-off-by: Gabriel Lima Luz <lima.gabriel.luz@gmail.com> > > --- > > drivers/staging/sm750fb/ddk750_power.h | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/drivers/staging/sm750fb/ddk750_power.h
From Gabriel Lima Luz to ~lkcamp/patches
Adhere to Linux kernel coding style. Reported by checkpatch: CHECK: Avoid CamelCase Signed-off-by: Gabriel Lima Luz <lima.gabriel.luz@gmail.com> --- drivers/staging/sm750fb/ddk750_power.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_power.h b/drivers/staging/sm750fb/ddk750_power.h index 63c9e8b6ffb3..33e852fe6949 100644 --- a/drivers/staging/sm750fb/ddk750_power.h [message trimmed]
From Gabriel Lima Luz to ~jn5/kernel-day-oficina
Signed-off-by: Gabriel Lima Luz <lima.gabriel.luz@gmail.com> --- content/posts/my-first-post.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md index 91f5aab..066ccba 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/my-first-post.md @@ -9,3 +9,4 @@ draft = false Insira seu nome abaixo: - Julio Nunes Avelar - Gabriel Lima[message trimmed]
From Gabriel Lima to ~jn5/kernel-day-oficina
From: Gabriel Lima Luz <lima.gabriel.luz@gmail.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 553ea1d..f77104e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # api_com_pytest api com peewee e pytest [message trimmed]