Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 25 of 29) sorted by relevance

12

/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css69 * - Sequences of whitespace should collapse into a single whitespace.
/linux/rust/syn/
H A Dlib.rs553 mod whitespace; module
998 let rest = whitespace::skip(&content[2..]); in parse_file()
/linux/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst35 separated by whitespace, e.g.:
/linux/rust/proc-macro2/
H A Dparse.rs695 let mut whitespace = input.bytes().enumerate(); in trailing_backslash() localVariable
697 if last == b'\r' && whitespace.next().map_or(true, |(_, b)| b != b'\n') { in trailing_backslash()
700 match whitespace.next() { in trailing_backslash()
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst179 format nfsd:\040SETATTR // one way to match a format with whitespace
180 format "nfsd: SETATTR" // a neater way to match a format with whitespace
181 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst38 - Jesper Juhl (in particular for lots of whitespace/formatting cleanup)
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire132 without 0x prefixes, without whitespace. The former sbp2 driver
/linux/Documentation/block/
H A Dstat.rst22 values separated by whitespace. The fields are summarized in the
/linux/Documentation/process/
H A Dcoding-style.rst95 Get a decent editor and don't leave whitespace at the end of lines.
293 Do not leave trailing whitespace at the ends of lines. Some editors with
294 ``smart`` indentation will insert whitespace at the beginning of new lines as
296 However, some such editors do not remove the whitespace if you end up not
298 you end up with lines containing trailing whitespace.
300 Git will warn you about patches that introduce trailing whitespace, and can
301 optionally strip the trailing whitespace for you; however, if applying a series
696 (show-trailing-whitespace . t)
H A Dstable-kernel-rules.rst30 - No "trivial" fixes without benefit for users (spelling changes, whitespace
H A Dbackporting.rst231 material way. For example, a whitespace cleanup patch is completely
489 whitespace, and ``-W 200`` sets the width of the output (as otherwise it
H A Dmaintainer-netdev.rst331 get things done. Don't mangle whitespace, and as is common, don't
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst238 whitespace:
261 line of text and contains the following stats separated by whitespace:
286 a single line of text and contains the following stats separated by whitespace:
/linux/Documentation/admin-guide/aoe/
H A Daoe.rst114 whitespace-separated list. Unlike the old character device, the
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst20 separated by whitespace.
H A Dnfsd-maintainer-entry-profile.rst437 * Addressing long-standing whitespace damage
/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c71 char *str, *fw_ver, *whitespace; in extract_fw_ver_from_str() local
87 whitespace = strnstr(str, " ", VERSION_MAX_LEN - ver_offset); in extract_fw_ver_from_str()
88 if (!whitespace) in extract_fw_ver_from_str()
91 strscpy(fw_ver, str, whitespace - str + 1); in extract_fw_ver_from_str()
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst153 whitespace. Then, leading whitespaces are trimmed from the first argument,
/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst636 (show-trailing-whitespace . t)
/linux/Documentation/scsi/
H A DChangeLog.lpfc433 * Remove all trailing whitespace.
655 * Remove any and all trailing whitespace.
716 * Whitespace cleanup: remove all trailing whitespace.
814 whitespace cleanups in surrounding code.
1243 * Fix up some comments and whitespace in lpfc_fcp.c.
1377 * Further formatting/whitespace/line length cleanup on: lpfc_ct.c
1767 * Many indentation/whitespace fixes.
H A DChangeLog.megaraid485 x. Typos corrected in comments and whitespace adjustments, explicit
/linux/scripts/
H A Dcheckpatch.pl5700 my ($whitespace) =
5703 statement_rawlines($whitespace) - 1;
6171 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s);
6172 my $offset = statement_rawlines($whitespace) - 1;
/linux/Documentation/usb/
H A Dusbmon.rst121 of whitespace separated words. The number or position of words may depend
/linux/Documentation/dev-tools/
H A Dcheckpatch.rst1157 Trailing whitespace should always be removed.
1158 Some editors highlight the trailing whitespace and cause visual
/linux/Documentation/ABI/testing/
H A Dsysfs-class-hwmon5 whitespace, dashes, or the wildcard character '*'.

12