All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: aybuke ozdemir <aybuke.147@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: emxx_udc: Convert from __attribute__((aligned(size))) to __aligned(size)
Date: Thu, 19 Feb 2015 17:52:02 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.10.1502191751180.3284@hadrien> (raw)
In-Reply-To: <1424364343-3944-1-git-send-email-aybuke.147@gmail.com>

On Thu, 19 Feb 2015, aybuke ozdemir wrote:

> This fixes the following checkpatch.pl warnings in emxx_udc.h file:
> WARNING: __aligned(size) is preferred over __attribute__((aligned(size)))

This was done already by Vatika Harlalka.  You can see what has been done
in the mailing list archives.

julia

> Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
> ---
>  drivers/staging/emxx_udc/emxx_udc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h
> index ee1b80d..2ac216f 100644
> --- a/drivers/staging/emxx_udc/emxx_udc.h
> +++ b/drivers/staging/emxx_udc/emxx_udc.h
> @@ -535,7 +535,7 @@ typedef struct _T_FC_REGS {
>
>  	u8 Reserved1200[0x1000-0x200];	/* Reserved */
>
> -} __attribute__ ((aligned(32))) T_FC_REGS, *PT_FC_REGS;
> +} __aligned(32) T_FC_REGS, *PT_FC_REGS;
>
>
>
> --
> 1.9.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1424364343-3944-1-git-send-email-aybuke.147%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


  reply	other threads:[~2015-02-19 16:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-19 16:45 [PATCH] Staging: emxx_udc: Convert from __attribute__((aligned(size))) to __aligned(size) aybuke ozdemir
2015-02-19 16:52 ` Julia Lawall [this message]
2015-02-19 17:10   ` [Outreachy kernel] " Navya Sri Nizamkari
  -- strict thread matches above, loose matches on Subject: below --
2015-02-17 13:10 [Patch] " Vatika Harlalka
2015-02-17 13:24 ` [Outreachy kernel] " Julia Lawall
2015-02-17 14:05   ` Vatika Harlalka
2015-02-17 14:11     ` Julia Lawall

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=alpine.DEB.2.10.1502191751180.3284@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=aybuke.147@gmail.com \
    --cc=outreachy-kernel@googlegroups.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 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.