]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: mISDN: remove a bogus reference to a non-existing doc
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 7 Jun 2019 18:54:18 +0000 (15:54 -0300)
committerJonathan Corbet <corbet@lwn.net>
Sat, 8 Jun 2019 19:42:10 +0000 (13:42 -0600)
commit6c50c6ea430bcb274a52444d5cf21dcf47c87daf
tree4c034670baefb8c1871221afa04f2a99e2017a4a
parent158c8246529a9dd0d77634be55ea67431f269d2c
isdn: mISDN: remove a bogus reference to a non-existing doc

The mISDN driver was added on those commits:

0ca0b2a4655f ("Add mISDN DSP")
49d01f2fc7c8 ("Add mISDN core files")
656564fbea5f ("Define AF_ISDN and PF_ISDN")
0ad72545a21d ("Add mISDN driver")

None of them added a Documentation/isdn/mISDN.cert file.
Also, whatever were supposed to be written there on that time,
probably doesn't make any sense nowadays, as I doubt isdn would
have any massive changes.

So, let's just get rid of the broken reference, in order to
shut up a warning produced by ./scripts/documentation-file-ref-check.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
drivers/isdn/mISDN/dsp_core.c