netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Joe Perches <joe@perches.com>
Cc: linux-wireless@vger.kernel.org,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	x86@kernel.org, Xiubo Li <Xiubo.Lee@gmail.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Jeff Layton <jlayton@kernel.org>,
	Will Deacon <will.deacon@arm.com>, Timur Tabi <timur@tabi.org>,
	dri-devel@lists.freedesktop.org,
	Liam Girdwood <lgirdwood@gmail.com>,
	"J. Bruce Fields" <bfields@fieldses.org>,
	Adaptec OEM Raid Solutions <aacraid@adaptec.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	linux-acpi@vger.kernel.org, linux-rtc@vger.kernel.org,
	"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>,
	Paul Moore <paul@paul-moore.com>,
	linux-scsi@vger.kernel.org,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	Dept-GELinuxNICDev@cavium.com, Mark Fasheh <mark@fasheh.com>,
	Sathya Prakash <sathya.prakash@broadcom.com>,
	amd-gfx@lists.freedesktop.org, David Airlie <airlied@linux.ie>,
	Darren Hart <dvhart@infradead.org>,
Subject: Re: [trivial PATCH V2] treewide: Align function definition open/close braces
Date: Thu, 22 Mar 2018 09:37:20 -0400	[thread overview]
Message-ID: <20180322093720.2254cfbb@gandalf.local.home> (raw)
In-Reply-To: <5ccbbf083e26bddfb4ea4f819ed62347ce266f39.1521669820.git.joe@perches.com>

On Wed, 21 Mar 2018 15:09:32 -0700
Joe Perches <joe@perches.com> wrote:

> diff --git a/kernel/trace/trace_printk.c b/kernel/trace/trace_printk.c
> index ad1d6164e946..50f44b7b2b32 100644
> --- a/kernel/trace/trace_printk.c
> +++ b/kernel/trace/trace_printk.c
> @@ -196,7 +196,7 @@ struct notifier_block module_trace_bprintk_format_nb = {
>  };
>  
>  int __trace_bprintk(unsigned long ip, const char *fmt, ...)
> - {
> +{
>  	int ret;
>  	va_list ap;
>  
> @@ -214,7 +214,7 @@ int __trace_bprintk(unsigned long ip, const char *fmt, ...)
>  EXPORT_SYMBOL_GPL(__trace_bprintk);
>  
>  int __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap)
> - {
> +{
>  	if (unlikely(!fmt))
>  		return 0;
>  

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2018-03-22 13:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-21 22:09 [trivial PATCH V2] treewide: Align function definition open/close braces Joe Perches
     [not found] ` <5ccbbf083e26bddfb4ea4f819ed62347ce266f39.1521669820.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2018-03-21 22:36   ` Rafael J. Wysocki
2018-03-21 22:50 ` Nicolin Chen
2018-03-21 22:53 ` Martin K. Petersen
2018-03-22 13:37 ` Steven Rostedt [this message]

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=20180322093720.2254cfbb@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=Dept-GELinuxNICDev@cavium.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=aacraid@adaptec.com \
    --cc=airlied@linux.ie \
    --cc=alexandre.belloni@bootlin.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=bfields@fieldses.org \
    --cc=darrick.wong@oracle.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=dvhart@infradead.org \
    --cc=hpa@zytor.com \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=jlayton@kernel.org \
    --cc=joe@perches.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mark@fasheh.com \
    --cc=paul@paul-moore.com \
    --cc=peterz@infradead.org \
    --cc=sathya.prakash@broadcom.com \
    --cc=timur@tabi.org \
    --cc=will.deacon@arm.com \
    --cc=x86@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).