diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 13:51:20 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 13:51:20 -0600 |
commit | 48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch) | |
tree | c84a70ad0f1391f483c5bde738155be8fff6a692 /include | |
parent | 143134ba498327e3d389e10f55f56e9c37257c7c (diff) | |
parent | d6f0f2f19a9e41bd0bcd5757f68500ed29352509 (diff) | |
download | linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.bz2 |
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 'include')
-rw-r--r-- | include/soc/fsl/qe/qe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/fsl/qe/qe.h b/include/soc/fsl/qe/qe.h index 3f9d6b6a5691..c1036d16ed03 100644 --- a/include/soc/fsl/qe/qe.h +++ b/include/soc/fsl/qe/qe.h @@ -259,7 +259,7 @@ static inline int qe_alive_during_sleep(void) /* Structure that defines QE firmware binary files. * - * See Documentation/powerpc/qe_firmware.txt for a description of these + * See Documentation/powerpc/qe_firmware.rst for a description of these * fields. */ struct qe_firmware { |