diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 21:51:20 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 21:51:20 +0200 |
commit | 48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch) | |
tree | c84a70ad0f1391f483c5bde738155be8fff6a692 /drivers/soc/fsl | |
parent | doc:it_IT: rephrase statement (diff) | |
parent | docs: load_config.py: ensure subdirs end with "/" (diff) | |
download | linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.xz linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.zip |
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro
Bring in a set of post-thrashup fixes from Mauro.
Diffstat (limited to 'drivers/soc/fsl')
-rw-r--r-- | drivers/soc/fsl/qe/qe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/fsl/qe/qe.c b/drivers/soc/fsl/qe/qe.c index 62c6ba17991a..c9519e62308c 100644 --- a/drivers/soc/fsl/qe/qe.c +++ b/drivers/soc/fsl/qe/qe.c @@ -419,7 +419,7 @@ static void qe_upload_microcode(const void *base, /* * Upload a microcode to the I-RAM at a specific address. * - * See Documentation/powerpc/qe_firmware.txt for information on QE microcode + * See Documentation/powerpc/qe_firmware.rst for information on QE microcode * uploading. * * Currently, only version 1 is supported, so the 'version' field must be |