| /linux/Documentation/sphinx-static/ |
| H A D | theme_overrides.css | 69 * - Sequences of whitespace should collapse into a single whitespace.
|
| /linux/rust/syn/ |
| H A D | lib.rs | 553 mod whitespace; module 998 let rest = whitespace::skip(&content[2..]); in parse_file()
|
| /linux/Documentation/networking/device_drivers/atm/ |
| H A D | cxacru.rst | 35 separated by whitespace, e.g.:
|
| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 695 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 D | dynamic-debug-howto.rst | 179 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
|
| H A D | spkguide.txt | 961 speakup pagedown should read you the first non-whitespace character on
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 38 - Jesper Juhl (in particular for lots of whitespace/formatting cleanup)
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-firewire | 132 without 0x prefixes, without whitespace. The former sbp2 driver
|
| /linux/Documentation/block/ |
| H A D | stat.rst | 22 values separated by whitespace. The fields are summarized in the
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | zram.rst | 240 whitespace: 263 line of text and contains the following stats separated by whitespace: 288 a single line of text and contains the following stats separated by whitespace:
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | firmware_if.c | 71 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/admin-guide/aoe/ |
| H A D | aoe.rst | 114 whitespace-separated list. Unlike the old character device, the
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 20 separated by whitespace.
|
| H A D | nfsd-maintainer-entry-profile.rst | 437 * Addressing long-standing whitespace damage
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 153 whitespace. Then, leading whitespaces are trimmed from the first argument,
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 433 * 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 D | ChangeLog.megaraid | 485 x. Typos corrected in comments and whitespace adjustments, explicit
|
| /linux/Documentation/process/ |
| H A D | stable-kernel-rules.rst | 30 - No "trivial" fixes without benefit for users (spelling changes, whitespace
|
| H A D | backporting.rst | 231 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 D | maintainer-netdev.rst | 331 get things done. Don't mangle whitespace, and as is common, don't
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 394 task names with a comma (without whitespace). The sched-out
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 3084 "Do not use whitespace before $ucfirst_sign_off\n" . $herecurr) && 3623 #trailing whitespace 3634 "trailing whitespace\n" . $herevet) && 3660 # (\b) rather than a whitespace character (\s) 5431 # check for whitespace before a non-naked semicolon 5585 # Strictly, labels can have whitespace after the identifier and before the : 5714 my ($whitespace) = 5717 statement_rawlines($whitespace) - 1; 6185 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s); 6186 my $offset = statement_rawlines($whitespace) [all...] |
| /linux/Documentation/usb/ |
| H A D | usbmon.rst | 121 of whitespace separated words. The number or position of words may depend
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-hwmon | 5 whitespace, dashes, or the wildcard character '*'.
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2786 Returns the whitespace blocks in GETOPTR ioctl
|