[cosmetic] formatting changes to nfs41_superblock.c

This commit is contained in:
Olga Kornievskaia 2011-08-25 15:06:48 -04:00
parent 328b175cae
commit 14a6706039

View file

@ -98,9 +98,8 @@ static int get_superblock_attrs(
status = nfs41_getattr(session, file, &attr_request, &info);
if (status) {
eprintf("nfs41_getattr() failed with %s when "
"fetching attributes for fsid(%llu,%llu)\n",
nfs_error_string(status),
eprintf("nfs41_getattr() failed with %s when fetching attributes for "
"fsid(%llu,%llu)\n", nfs_error_string(status),
superblock->fsid.major, superblock->fsid.minor);
goto out;
}