mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alexey Dobriyan <adobriyan@mail.ru>
To: Jesper Juhl <juhl-lkml@dif.dk>
Cc: Steve French <smfrench@austin.rr.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][1/6] cifs: inode.c cleanup - function definitions (whitespace changes only)
Date: Sat, 26 Mar 2005 19:44:46 +0300	[thread overview]
Message-ID: <200503261944.47012.adobriyan@mail.ru> (raw)
In-Reply-To: <Pine.LNX.4.62.0503261456390.2488@dragon.hyggekrogen.localhost>

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)



  reply	other threads:[~2005-03-26 16:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-26 13:57 Jesper Juhl
2005-03-26 16:44 ` Alexey Dobriyan [this message]
2005-03-26 18:06   ` Jesper Juhl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200503261944.47012.adobriyan@mail.ru \
    --to=adobriyan@mail.ru \
    --cc=juhl-lkml@dif.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=smfrench@austin.rr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®