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

AFS: Fix silly characters in a comment

Fix silly characters in a comment in AFS code (some weird characters replaced
the word 'flag' some point way back).

Reported-by: viro@ZenIV.linux.org.uk
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

authored by

David Howells and committed by
Al Viro
e4b9f005 4513d899

+1 -1
+1 -1
fs/afs/afs_vl.h
··· 49 49 AFSVL_BADVOLOPER = 363542, /* Bad volume operation code */ 50 50 AFSVL_BADRELLOCKTYPE = 363543, /* Bad release lock type */ 51 51 AFSVL_RERELEASE = 363544, /* Status report: last release was aborted */ 52 - AFSVL_BADSERVERFLAG = 363545, /* Invalid replication site server °ag */ 52 + AFSVL_BADSERVERFLAG = 363545, /* Invalid replication site server flag */ 53 53 AFSVL_PERM = 363546, /* No permission access */ 54 54 AFSVL_NOMEM = 363547, /* malloc/realloc failed to alloc enough memory */ 55 55 };