summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-07 14:54:18 -0400
committerJonathan Corbet <corbet@lwn.net>2019-06-08 15:42:10 -0400
commit8b01caee99fb07218908c0ac9be8c758878f33f9 (patch)
tree4c034670baefb8c1871221afa04f2a99e2017a4a
parent671c30957e78a822917cf0b04c4592e9813f7f9b (diff)
isdn: mISDN: remove a bogus reference to a non-existing doc
The mISDN driver was added on those commits: 960366cf8dbb ("Add mISDN DSP") 1b2b03f8e514 ("Add mISDN core files") 04578dd330f1 ("Define AF_ISDN and PF_ISDN") e4ac9bc1f668 ("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>
-rw-r--r--drivers/isdn/mISDN/dsp_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c
index cd036e87335a..038e72a84b33 100644
--- a/drivers/isdn/mISDN/dsp_core.c
+++ b/drivers/isdn/mISDN/dsp_core.c
@@ -4,8 +4,6 @@
4 * Karsten Keil (keil@isdn4linux.de) 4 * Karsten Keil (keil@isdn4linux.de)
5 * 5 *
6 * This file is (c) under GNU PUBLIC LICENSE 6 * This file is (c) under GNU PUBLIC LICENSE
7 * For changes and modifications please read
8 * ../../../Documentation/isdn/mISDN.cert
9 * 7 *
10 * Thanks to Karsten Keil (great drivers) 8 * Thanks to Karsten Keil (great drivers)
11 * Cologne Chip (great chips) 9 * Cologne Chip (great chips)