Message ID | 20210507005630.1231205-1-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [BlueZ] monitor: Remove Pygments dependency from manpage | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=478179 ---Test result--- Test Summary: CheckPatch PASS 0.90 seconds GitLint PASS 0.12 seconds Prep - Setup ELL PASS 47.68 seconds Build - Prep PASS 0.11 seconds Build - Configure PASS 8.37 seconds Build - Make PASS 203.26 seconds Make Check PASS 9.58 seconds Make Dist PASS 12.87 seconds Make Dist - Configure PASS 5.15 seconds Make Dist - Make PASS 81.78 seconds Build w/ext ELL - Configure PASS 8.41 seconds Build w/ext ELL - Make PASS 190.81 seconds Details ############################## Test: CheckPatch - PASS Desc: Run checkpatch.pl script with rule in .checkpatch.conf ############################## Test: GitLint - PASS Desc: Run gitlint with rule in .gitlint ############################## Test: Prep - Setup ELL - PASS Desc: Clone, build, and install ELL ############################## Test: Build - Prep - PASS Desc: Prepare environment for build ############################## Test: Build - Configure - PASS Desc: Configure the BlueZ source tree ############################## Test: Build - Make - PASS Desc: Build the BlueZ source tree ############################## Test: Make Check - PASS Desc: Run 'make check' ############################## Test: Make Dist - PASS Desc: Run 'make dist' and build the distribution tarball ############################## Test: Make Dist - Configure - PASS Desc: Configure the source from distribution tarball ############################## Test: Make Dist - Make - PASS Desc: Build the source from distribution tarball ############################## Test: Build w/ext ELL - Configure - PASS Desc: Configure BlueZ source with '--enable-external-ell' configuration ############################## Test: Build w/ext ELL - Make - PASS Desc: Build BlueZ source with '--enable-external-ell' configuration --- Regards, Linux Bluetooth
Hi Tedd, On Thu, May 6, 2021 at 7:06 PM <bluez.test.bot@gmail.com> wrote: > > This is automated email and please do not reply to this email! > > Dear submitter, > > Thank you for submitting the patches to the linux bluetooth mailing list. > This is a CI test results with your patch series: > PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=478179 > > ---Test result--- > > Test Summary: > CheckPatch PASS 0.90 seconds > GitLint PASS 0.12 seconds > Prep - Setup ELL PASS 47.68 seconds > Build - Prep PASS 0.11 seconds > Build - Configure PASS 8.37 seconds > Build - Make PASS 203.26 seconds > Make Check PASS 9.58 seconds > Make Dist PASS 12.87 seconds > Make Dist - Configure PASS 5.15 seconds > Make Dist - Make PASS 81.78 seconds > Build w/ext ELL - Configure PASS 8.41 seconds > Build w/ext ELL - Make PASS 190.81 seconds > > Details > ############################## > Test: CheckPatch - PASS > Desc: Run checkpatch.pl script with rule in .checkpatch.conf > > ############################## > Test: GitLint - PASS > Desc: Run gitlint with rule in .gitlint > > ############################## > Test: Prep - Setup ELL - PASS > Desc: Clone, build, and install ELL > > ############################## > Test: Build - Prep - PASS > Desc: Prepare environment for build > > ############################## > Test: Build - Configure - PASS > Desc: Configure the BlueZ source tree > > ############################## > Test: Build - Make - PASS > Desc: Build the BlueZ source tree > > ############################## > Test: Make Check - PASS > Desc: Run 'make check' > > ############################## > Test: Make Dist - PASS > Desc: Run 'make dist' and build the distribution tarball > > ############################## > Test: Make Dist - Configure - PASS > Desc: Configure the source from distribution tarball > > ############################## > Test: Make Dist - Make - PASS > Desc: Build the source from distribution tarball > > ############################## > Test: Build w/ext ELL - Configure - PASS > Desc: Configure BlueZ source with '--enable-external-ell' configuration > > ############################## > Test: Build w/ext ELL - Make - PASS > Desc: Build BlueZ source with '--enable-external-ell' configuration Applied, thanks.
diff --git a/monitor/btmon.rst b/monitor/btmon.rst index c59fdde62..0ab13eb2e 100644 --- a/monitor/btmon.rst +++ b/monitor/btmon.rst @@ -148,14 +148,14 @@ EXAMPLES Capture the traces from hci0 to hcidump.log file ------------------------------------------------ -.. code-block:: bash +.. code-block:: $ btmon -i hci0 -w hcidump.log Open the trace file ------------------- -.. code-block:: bash +.. code-block:: $ btmon -r hcidump.log
From: Tedd Ho-Jeong An <tedd.an@intel.com> This patch removes the Pygments dependency from btmon .rst file. When the code-block type is specified, the rst2man throws a warning asking for Pygments package. --- monitor/btmon.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)