Re: [PATCH][1/6] cifs: inode.c cleanup - function definitions (whitespace changes only)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 26 March 2005 16:57, Jesper Juhl wrote:
> Clean up function definitione. Return value on same line as function name,
> consistent spacing between arguments, etc.

> --- linux-2.6.12-rc1-mm3-orig/fs/cifs/inode.c
> +++ linux-2.6.12-rc1-mm3/fs/cifs/inode.c

> -int
> -cifs_get_inode_info_unix(struct inode **pinode,
> -			 const unsigned char *search_path,
> -			 struct super_block *sb,int xid)
> +int cifs_get_inode_info_unix(struct inode **pinode,
> +	const unsigned char *search_path, struct super_block *sb, int xid)

Looks like code in fs/cifs/ align parameters after bracket.

int cifs_get_inode_info_unix(struct inode **pinode,
			     const unsigned char *search_path,
			     struct super_block *sb, int xid)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux