Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: isdn: correct spelling

Correct spelling problems for Documentation/isdn/ as reported
by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230209071400.31476-9-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Randy Dunlap and committed by
Jakub Kicinski
d12f9ad0 33c6ce4a

+2 -2
+1 -1
Documentation/isdn/interface_capi.rst
··· 323 323 application up and down events. 324 324 325 325 In addition, every registered CAPI controller has an associated traceflag 326 - parameter controlling how CAPI messages sent from and to tha controller are 326 + parameter controlling how CAPI messages sent from and to the controller are 327 327 logged. The traceflag parameter is initialized with the value of the 328 328 showcapimsgs parameter when the controller is registered, but can later be 329 329 changed via the MANUFACTURER_REQ command KCAPI_CMD_TRACE.
+1 -1
Documentation/isdn/m_isdn.rst
··· 3 3 ============ 4 4 5 5 mISDN is a new modular ISDN driver, in the long term it should replace 6 - the old I4L driver architecture for passiv ISDN cards. 6 + the old I4L driver architecture for passive ISDN cards. 7 7 It was designed to allow a broad range of applications and interfaces 8 8 but only have the basic function in kernel, the interface to the user 9 9 space is based on sockets with a own address family AF_ISDN.