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

media: dvb-frontends: remove a clone of a kernel-doc markup at zd1301_demod.h

The same markup are there twice, causing warnings with
Sphinx 3.x. Drop the second copy.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

-6
-6
drivers/media/dvb-frontends/zd1301_demod.h
··· 43 43 44 44 #else 45 45 46 - /** 47 - * zd1301_demod_get_dvb_frontend() - Attach a zd1301 frontend 48 - * @dev: Pointer to platform device 49 - * 50 - * Return: Pointer to %struct dvb_frontend or NULL if attach fails. 51 - */ 52 46 static inline struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *dev) 53 47 { 54 48 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);