Searched refs:whitespace (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v6.1/Documentation/sphinx-static/ |
D | theme_overrides.css | 69 * - Sequences of whitespace should collapse into a single whitespace.
|
/Linux-v6.1/Documentation/gpu/ |
D | drm-usage-stats.rst | 25 - Whitespace between the delimiter and first non-whitespace character shall be 27 - Neither keys or values are allowed to contain whitespace characters. 42 - <str> - String excluding any above defined reserved characters or whitespace.
|
/Linux-v6.1/Documentation/networking/device_drivers/atm/ |
D | cxacru.rst | 35 separated by whitespace, e.g.:
|
/Linux-v6.1/Documentation/translations/zh_TW/process/ |
D | email-clients.rst | 199 - "no-strip-whitespace-before-send"選項也是需要的。
|
D | coding-style.rst | 559 (show-trailing-whitespace . t)
|
/Linux-v6.1/Documentation/translations/zh_CN/process/ |
D | email-clients.rst | 240 - ``no-strip-whitespace-before-send`` 选项也是需要的。
|
D | coding-style.rst | 633 (show-trailing-whitespace . t)
|
/Linux-v6.1/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 174 format nfsd:\040SETATTR // one way to match a format with whitespace 175 format "nfsd: SETATTR" // a neater way to match a format with whitespace 176 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
|
/Linux-v6.1/Documentation/admin-guide/cifs/ |
D | authors.rst | 38 - Jesper Juhl (in particular for lots of whitespace/formatting cleanup)
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 132 without 0x prefixes, without whitespace. The former sbp2 driver
|
/Linux-v6.1/Documentation/admin-guide/blockdev/ |
D | zram.rst | 227 whitespace: 250 line of text and contains the following stats separated by whitespace: 275 a single line of text and contains the following stats separated by whitespace:
|
/Linux-v6.1/Documentation/block/ |
D | stat.rst | 22 values separated by whitespace. The fields are summarized in the
|
/Linux-v6.1/Documentation/process/ |
D | coding-style.rst | 95 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 705 (show-trailing-whitespace . t)
|
D | email-clients.rst | 252 Pine has had some whitespace truncation issues in the past, but these 260 - the ``no-strip-whitespace-before-send`` option is needed
|
D | stable-kernel-rules.rst | 28 whitespace cleanups, etc).
|
/Linux-v6.1/drivers/misc/habanalabs/common/ |
D | firmware_if.c | 20 char *str, *fw_ver, *whitespace; in extract_fw_ver_from_str() local 36 whitespace = strnstr(str, " ", VERSION_MAX_LEN - ver_offset); in extract_fw_ver_from_str() 37 if (!whitespace) in extract_fw_ver_from_str() 40 strscpy(fw_ver, str, whitespace - str + 1); in extract_fw_ver_from_str()
|
/Linux-v6.1/Documentation/admin-guide/aoe/ |
D | aoe.rst | 114 whitespace-separated list. Unlike the old character device, the
|
/Linux-v6.1/Documentation/filesystems/nfs/ |
D | knfsd-stats.rst | 20 separated by whitespace.
|
/Linux-v6.1/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 153 whitespace. Then, leading whitespaces are trimmed from the first argument,
|
/Linux-v6.1/Documentation/scsi/ |
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.
|
/Linux-v6.1/scripts/ |
D | checkpatch.pl | 5592 my ($whitespace) = 5595 statement_rawlines($whitespace) - 1; 6046 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s); 6047 my $offset = statement_rawlines($whitespace) - 1;
|
/Linux-v6.1/Documentation/hwmon/ |
D | hwmon-kernel-api.rst | 99 names. Device names including invalid characters (whitespace, '*', or '-')
|
/Linux-v6.1/Documentation/translations/it_IT/process/ |
D | email-clients.rst | 272 - l'opzione ``no-strip-whitespace-before-send`` è necessaria
|
/Linux-v6.1/Documentation/usb/ |
D | usbmon.rst | 121 of whitespace separated words. The number or position of words may depend
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-hwmon | 5 whitespace, dashes, or the wildcard character '*'.
|
12