All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] h8300 thread flags cleanup
Date: Wed, 25 Nov 2009 00:04:24 -0500	[thread overview]
Message-ID: <87d437tctj.wl%ysato@users.sourceforge.jp> (raw)
In-Reply-To: <20091123232032.GB9551@Krystal>

At Mon, 23 Nov 2009 18:20:32 -0500,
Mathieu Desnoyers wrote:
> 
> 2.6.32-rc introduces incoherent coding style in thread_info.h. Make sure
> the same style is used everywhere. Using style found in x86.
> 
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
> CC: Yoshinori Sato <ysato@users.sourceforge.jp>

Merged.
Thanks.

> ---
>  arch/h8300/include/asm/thread_info.h |   12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> Index: linux-2.6-lttng/arch/h8300/include/asm/thread_info.h
> ===================================================================
> --- linux-2.6-lttng.orig/arch/h8300/include/asm/thread_info.h	2009-11-22 20:42:35.000000000 -0500
> +++ linux-2.6-lttng/arch/h8300/include/asm/thread_info.h	2009-11-22 20:42:53.000000000 -0500
> @@ -93,13 +93,13 @@ static inline struct thread_info *curren
>  #define TIF_FREEZE		16	/* is freezing for suspend */
>  
>  /* as above, but as bit values */
> -#define _TIF_SYSCALL_TRACE	(1<<TIF_SYSCALL_TRACE)
> -#define _TIF_SIGPENDING		(1<<TIF_SIGPENDING)
> -#define _TIF_NEED_RESCHED	(1<<TIF_NEED_RESCHED)
> -#define _TIF_POLLING_NRFLAG	(1<<TIF_POLLING_NRFLAG)
> -#define _TIF_RESTORE_SIGMASK	(1<<TIF_RESTORE_SIGMASK)
> +#define _TIF_SYSCALL_TRACE	(1 << TIF_SYSCALL_TRACE)
> +#define _TIF_SIGPENDING		(1 << TIF_SIGPENDING)
> +#define _TIF_NEED_RESCHED	(1 << TIF_NEED_RESCHED)
> +#define _TIF_POLLING_NRFLAG	(1 << TIF_POLLING_NRFLAG)
> +#define _TIF_RESTORE_SIGMASK	(1 << TIF_RESTORE_SIGMASK)
>  #define _TIF_NOTIFY_RESUME	(1 << TIF_NOTIFY_RESUME)
> -#define _TIF_FREEZE		(1<<TIF_FREEZE)
> +#define _TIF_FREEZE		(1 << TIF_FREEZE)
>  
>  #define _TIF_WORK_MASK		0x0000FFFE	/* work to do on interrupt/exception return */
>  
> 
> -- 
> Mathieu Desnoyers
> OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

      reply	other threads:[~2009-11-25  5:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-23 23:20 [PATCH] h8300 thread flags cleanup Mathieu Desnoyers
2009-11-25  5:04 ` Yoshinori Sato [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=87d437tctj.wl%ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@polymtl.ca \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.