Home
last modified time | relevance | path

Searched full:indentation (Results 1 – 25 of 89) sorted by relevance

1234

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
D.yamllint24 comments-indentation: disable
35 indentation:
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
D.yamllint29 comments-indentation: disable
40 indentation:
Dwriting-schema.rst114 Use YAML coding style (two-space indentation). For DTS examples in the schema,
115 preferred is four-space indentation.
Dexample-schema.yaml25 indentation less than the first line of the literal block. Lines also cannot
256 # Any includes used have to be explicitly included. Use 4-space indentation.
/kernel/linux/linux-5.10/Documentation/process/
Dcoding-style.rst18 1) Indentation
26 Rationale: The whole idea behind indentation is to clearly define where
29 how the indentation works if you have large indentations.
34 more than 3 levels of indentation, you're screwed anyway, and should fix
41 The preferred way to ease multiple indentation levels in a switch statement is
76 used for indentation, and the above example is deliberately broken.
277 ``smart`` indentation will insert whitespace at the beginning of new lines as
435 complexity and indentation level of that function. So, if you have a
627 (c-label-minimum-indentation . 0)
692 the indentation is somewhat different. Lines under a ``config`` definition
[all …]
/kernel/linux/linux-6.6/Documentation/process/
Dcoding-style.rst18 1) Indentation
26 Rationale: The whole idea behind indentation is to clearly define where
29 how the indentation works if you have large indentations.
34 more than 3 levels of indentation, you're screwed anyway, and should fix
41 The preferred way to ease multiple indentation levels in a switch statement is
93 used for indentation, and the above example is deliberately broken.
294 ``smart`` indentation will insert whitespace at the beginning of new lines as
451 complexity and indentation level of that function. So, if you have a
678 (c-label-minimum-indentation . 0)
743 the indentation is somewhat different. Lines under a ``config`` definition
[all …]
/kernel/linux/linux-6.6/scripts/kconfig/tests/auto_submenu/
D__init__.py7 deeper indentation.
/kernel/linux/linux-5.10/scripts/kconfig/tests/auto_submenu/
D__init__.py7 deeper indentation.
/kernel/linux/linux-6.6/drivers/staging/qlge/
DTODO32 * fix weird indentation (all over, ex. the for loops in qlge_get_stats())
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_gem_ttm_helper.c17 * @indent: Tab indentation level
/kernel/linux/linux-5.10/tools/perf/util/
DBuild238 … 0 }" | $(CC) -Werror -Wno-misleading-indentation -o /dev/null -xc - 2>&1 | grep -q -- -Wno-mislea…
240 flex_flags += -Wno-misleading-indentation
/kernel/linux/linux-5.10/drivers/staging/qlge/
DTODO42 * fix weird indentation (all over, ex. the for loops in qlge_get_stats())
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/
DTODO46 indentation deep making it very unpleasant to read. This is specially relevant
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf.h159 /* extra indentation level (in number of tabs) to emit for multi-line
162 * necessary indentation already
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dcheckpatch.rst652 Indentation and Line Breaks
658 spaces are never used for indentation.
660 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
663 Indentation with 6 or more tabs usually indicate overly indented
666 It is suggested to refactor excessive indentation of
692 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
Dktap.rst195 indentation is two spaces: " ". The indentation should begin at the version
/kernel/linux/linux-6.6/tools/lib/bpf/
Dbtf.h261 /* extra indentation level (in number of tabs) to emit for multi-line
264 * necessary indentation already
284 bool compact; /* no newlines/indentation */
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/
DTODO68 indentation deep making it very unpleasant to read. This is specially relevant
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_gem_ttm_helper.c19 * @indent: Tab indentation level
/kernel/linux/linux-5.10/include/drm/
Ddrm_print.h114 * drm_printf_indent - Print to a &drm_printer stream with indentation
116 * @indent: Tab indentation level (max 5)
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dgen.c227 /* find out "baseline" indentation to skip */ in codegen()
242 /* skip baseline indentation tabs */ in codegen()
/kernel/linux/linux-6.6/include/drm/
Ddrm_gem_shmem_helper.h151 * @indent: Tab indentation level
Ddrm_gem_dma_helper.h68 * @indent: Tab indentation level
/kernel/linux/linux-6.6/Documentation/rust/
Dcoding-guidelines.rst22 style is followed. For instance, 4 spaces are used for indentation rather
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Djson_writer.c28 /* indentation for pretty print */

1234