[U-Boot] [PATCH] powerpc: Fix CamelCase checkpatch warnings

85xx, 86xx PowerPC folders have code variables with CamelCase naming conventions. because of this code checkpatch script generates "WARNING: Avoid CamelCase".
This patch set Convert variables name to normal naming convention and modify board, driver files with updated new - [PATCH 1/2] powerpc: Fix CamelCase checkpatch warnings - [PATCH 2/2] board: Update variable names as per new the structures

Hello Prabhakar,
Prabhakar Kushwaha wrote on 2013-08-16:
85xx, 86xx PowerPC folders have code variables with CamelCase naming conventions. because of this code checkpatch script generates "WARNING: Avoid CamelCase".
This patch set Convert variables name to normal naming convention and modify board, driver files with updated new
- [PATCH 1/2] powerpc: Fix CamelCase checkpatch warnings
- [PATCH 2/2] board: Update variable names as per new the structures
I think you have to fold both patches together to have the change bisectable! Otherwise your board code will not compile after applying only the first patch.
Best Regards, Thomas

On 08/16/2013 02:23 PM, thomas.langer@lantiq.com wrote:
Hello Prabhakar,
Prabhakar Kushwaha wrote on 2013-08-16:
85xx, 86xx PowerPC folders have code variables with CamelCase naming conventions. because of this code checkpatch script generates "WARNING: Avoid CamelCase".
This patch set Convert variables name to normal naming convention and modify board, driver files with updated new
- [PATCH 1/2] powerpc: Fix CamelCase checkpatch warnings
- [PATCH 2/2] board: Update variable names as per new the structures
I think you have to fold both patches together to have the change bisectable! Otherwise your board code will not compile after applying only the first patch.
Thanks Thomas, I will merge both the patches.
Regards, Prabhakar
participants (2)
-
Prabhakar Kushwaha
-
thomas.langer@lantiq.com