]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
dangling-comments-are-bad-20040504
authorNathan Neulinger <nneul@umr.edu>
Tue, 4 May 2004 22:38:15 +0000 (22:38 +0000)
committerNickolai Zeldovich <kolya@mit.edu>
Tue, 4 May 2004 22:38:15 +0000 (22:38 +0000)
Fix an unterminated comment..  Oops!

src/afs/LINUX/osi_misc.c

index 8a62d08d4aefb8a4e50e241e1bc7b29e363714fe..280f5ee711efc7e896dfe4227836a5869ef3ff28 100644 (file)
@@ -203,6 +203,7 @@ osi_file_uio_rdwr(struct osi_file *osifile, uio_t * uiop, int rw)
             * This is bad -- we can't read any more data from the
             * file, but we have no good way of signaling a partial
             * read either.
+            */
            code = EIO;
            break;
        }