]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/hpux/fs.c
fix typo in arch/parisc/hpux/fs.c
[linux-2.6-omap-h63xx.git] / arch / parisc / hpux / fs.c
index 69ff671498e53069af7a1575c2745702a117930d..12c04c5e558be01c1a219214721bfbd1901c1b4e 100644 (file)
@@ -104,7 +104,7 @@ static int filldir(void * __buf, const char * name, int namlen, loff_t offset,
        buf->count -= reclen;
        return 0;
 Efault:
-       buffer->error = -EFAULT;
+       buf->error = -EFAULT;
        return -EFAULT;
 }