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

trivial: fix typo compatiable/compatiability has extra 'a'.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Thadeu Lima de Souza Cascardo and committed by
Jiri Kosina
ab2274af 1dc492a0

+1 -1
+1 -1
fs/compat_ioctl.c
··· 1765 1765 1766 1766 /* Since old style bridge ioctl's endup using SIOCDEVPRIVATE 1767 1767 * for some operations; this forces use of the newer bridge-utils that 1768 - * use compatiable ioctls 1768 + * use compatible ioctls 1769 1769 */ 1770 1770 static int old_bridge_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) 1771 1771 {