[driver-core:driver-core-testing] BUILD SUCCESS 61f21988d806a5c93c39179f2d91ea2d3219b025

2023-03-29 Thread kernel test robot
randconfig-r004-20230329 gcc alpharandconfig-r012-20230329 gcc alpharandconfig-r023-20230329 gcc alpharandconfig-r026-20230329 gcc arc allyesconfig gcc arc buildonly-randconfig-r002-20230329

[driver-core:driver-core-linus] BUILD SUCCESS 5c2712387d4850e0b64121d5fd3e6c4e84ea3266

2023-03-29 Thread kernel test robot
been built successfully. More configs may be tested in the coming days. tested configs: alphaallyesconfig gcc alphabuildonly-randconfig-r004-20230329 gcc alpha defconfig gcc arc allyesconfig

[staging:staging-testing] BUILD SUCCESS a8a9e95243581d4f30295960f968d56a401c0eb1

2023-03-29 Thread kernel test robot
have been built successfully. More configs may be tested in the coming days. tested configs: alpha allnoconfig gcc alphaallyesconfig gcc alphabuildonly-randconfig-r002-20230329 gcc alpha defc

[driver-core:class_cleanup] BUILD SUCCESS bc1f183feb41b857c6ef6d5f2c728b572bd2b0fa

2023-03-29 Thread kernel test robot
configs have been built successfully. More configs may be tested in the coming days. tested configs: alphaallyesconfig gcc alpha defconfig gcc alpharandconfig-r004-20230329 gcc alpharandconfig

[driver-core:driver-core-next] BUILD SUCCESS 8ad266d133b005e88953b08d988fac86f74a0665

2023-03-29 Thread kernel test robot
have been built successfully. More configs may be tested in the coming days. tested configs: alpha allnoconfig gcc alphaallyesconfig gcc alphabuildonly-randconfig-r002-20230329 gcc alphabuildonly-randconfig-r003

Re: [PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case

2023-03-29 Thread Fabio M. De Francesco
On mercoledì 29 marzo 2023 13:27:04 CEST Kloudifold wrote: > sm750 driver has sm750_hw_cursor_* functions, which are named in > camelcase. Rename them to snake case to follow the function naming > convention. > > - sm750_hw_cursor_setSize => sm750_hw_cursor_set_size > - sm750_hw_cursor_setPos =

Re: [PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case

2023-03-29 Thread Kloudifold
On Wed, 29 Mar 2023 at 19:42, Greg Kroah-Hartman wrote: > > On Wed, Mar 29, 2023 at 07:27:04PM +0800, Kloudifold wrote: > > sm750 driver has sm750_hw_cursor_* functions, which are named in > > camelcase. Rename them to snake case to follow the function naming > > convention. > > > > - sm750_hw_cur

Re: [PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case

2023-03-29 Thread Greg Kroah-Hartman
On Wed, Mar 29, 2023 at 07:27:04PM +0800, Kloudifold wrote: > sm750 driver has sm750_hw_cursor_* functions, which are named in > camelcase. Rename them to snake case to follow the function naming > convention. > > - sm750_hw_cursor_setSize => sm750_hw_cursor_set_size > - sm750_hw_cursor_setPos

[PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case

2023-03-29 Thread Kloudifold
sm750 driver has sm750_hw_cursor_* functions, which are named in camelcase. Rename them to snake case to follow the function naming convention. - sm750_hw_cursor_setSize => sm750_hw_cursor_set_size - sm750_hw_cursor_setPos => sm750_hw_cursor_set_pos - sm750_hw_cursor_setColor => sm750_hw_cursor