diff options
author | Alex Waterman <alexw@nvidia.com> | 2016-05-02 20:03:43 -0400 |
---|---|---|
committer | Terje Bergstrom <tbergstrom@nvidia.com> | 2016-06-13 13:27:31 -0400 |
commit | 5cf1fddbab5a38028acd62b08198c3b9fe6465f7 (patch) | |
tree | f63b27c029a2d36451f0ae9fcd512f63d3fbd5a7 /drivers/gpu/nvgpu/vgpu/vgpu.h | |
parent | a295d90cac87949256b629e29f97fa5e28a1feb3 (diff) |
gpu: nvgpu: Balance curly braces
In some of the conditionally compiled code in the nvgpu driver there
are places where the code looks like:
#ifdef LINUX_VERSION_CODE < KERNEL_VERSION(3,18,0)
some-loop {
#else
a-diff-loop {
#endif
/* Some code... */
}
This leaves unbalanced curley braces: two open braces for one close
brace. This messes up some editors syntax highlighting and auto-
indentation features.
This patch puts in the extra brace. It's not necessary for compiling
code but it makes some editors much happier.
Change-Id: Ida28bc001cc840fe52a43982db934d49c07cc7d3
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: http://git-master/r/1153668
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.h')
0 files changed, 0 insertions, 0 deletions