https://github.com/torvalds/linux
Revision 210e799ed275488bcae16f1acd3d259043ec6c68 authored by Dan Carpenter on 26 August 2020, 11:32:14 UTC, committed by Gustavo A. R. Silva on 27 August 2020, 19:33:01 UTC
The fall through annotation comes after a return statement so it's not
reachable.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
1 parent b19a8b3
Raw File
Tip revision: 210e799ed275488bcae16f1acd3d259043ec6c68 authored by Dan Carpenter on 26 August 2020, 11:32:14 UTC
afs: Remove erroneous fallthough annotation
Tip revision: 210e799
m_isdn.rst
============
mISDN Driver
============

mISDN is a new modular ISDN driver, in the long term it should replace
the old I4L driver architecture for passiv ISDN cards.
It was designed to allow a broad range of applications and interfaces
but only have the basic function in kernel, the interface to the user
space is based on sockets with a own address family AF_ISDN.
back to top