diff options
| author | Simon Glass <[email protected]> | 2024-09-29 19:49:41 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-11 11:44:47 -0600 |
| commit | a64e7d73d62f139a3805483a36194c71a7f8b845 (patch) | |
| tree | 850b8d73e4db2dccfa9a3c21ed6999c71b21cd71 /doc/develop | |
| parent | 80580cd98167771a0aae4a6c4c7ffe6d7e70a155 (diff) | |
log: global: Rename warn_non_spl()
This should now refer to xPL rather than SPL, so update it throughout
the tree.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/logging.rst b/doc/develop/logging.rst index 704a6bf1d84..d7a40c94bf0 100644 --- a/doc/develop/logging.rst +++ b/doc/develop/logging.rst @@ -292,7 +292,7 @@ Convert debug() statements in the code to log() statements Convert error() statements in the code to log() statements -Figure out what to do with BUG(), BUG_ON() and warn_non_spl() +Figure out what to do with BUG(), BUG_ON() and warn_non_xpl() Add a way to browse log records |
