Lines Matching +full:floating +full:- +full:point
1 .. SPDX-License-Identifier: GPL-2.0
12 - printk() messages can specify a log level.
14 - the format string, while largely compatible with C99, doesn't follow the
16 (no ``%n`` or floating point conversion specifiers). See :ref:`How to get
17 printk format specifiers right <printk-specifiers>`.
30 +----------------+--------+-----------------------------------------------+
34 +----------------+--------+-----------------------------------------------+
36 +----------------+--------+-----------------------------------------------+
38 +----------------+--------+-----------------------------------------------+
40 +----------------+--------+-----------------------------------------------+
42 +----------------+--------+-----------------------------------------------+
44 +----------------+--------+-----------------------------------------------+
46 +----------------+--------+-----------------------------------------------+
48 +----------------+--------+-----------------------------------------------+
50 +----------------+--------+-----------------------------------------------+
52 +----------------+--------+-----------------------------------------------+
69 The result shows the *current*, *default*, *minimum* and *boot-time-default* log
79 # dmesg -n 5
102 For debugging purposes there are also two conditionally-compiled macros:
103 pr_debug() and pr_devel(), which are compiled-out unless ``DEBUG`` (or
110 .. kernel-doc:: include/linux/printk.h