public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: "Ramirez Luna, Omar" <x00omar@ti.com>
Cc: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Pasam, Vijay" <vpasam@ti.com>,
	"Kanigeri, Hari" <h-kanigeri2@ti.com>,
	"Gupta, Ramesh" <grgupta@ti.com>
Subject: Re: [PATCH 2/2] BRIDGE checkpatch cleanup
Date: Sat, 30 Aug 2008 09:05:29 +0100	[thread overview]
Message-ID: <20080830080529.GA20242@flint.arm.linux.org.uk> (raw)
In-Reply-To: <27F9C60D11D683428E133F85D2BB4A53448FFBBE@dlee03.ent.ti.com>

On Fri, Aug 29, 2008 at 10:09:29PM -0500, Ramirez Luna, Omar wrote:
> From: Omar Ramirez Luna <x00omar@ti.com>
> Date: Fri, 29 Aug 2008 21:20:39 -0500
> Subject: [PATCH] Bridge Checkpatch Cleanup
> 
> Deleted unused function typedefs and structures associated with them

This says delete.

> diff --git a/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h b/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h
> index f6a6c69..4bc2633 100644
> --- a/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h
> +++ b/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h
> @@ -110,6 +110,8 @@ struct loadMonStruct {
> 
>  #endif
> 
> +       typedef u32 SMWORD;
> +

This looks like adding to me.

> +       typedef bool(CDECL *COD_ALLOCFXN) (void *pPrivRef, u32 space,
> +                                           u32 ulNumBytes, u32 ulAlign,
> +                                           u32 *ulDspAddr, bool fReserved);
> +
> +       typedef bool(CDECL *COD_FREEFXN) (void *pPrivReg, u32 ulDspAddr,
> +                                          u32 space, u32 ulNumBytes,
> +                                          bool fReserved);

More typedef adding.

> +#ifndef _SIZE_T                        /* Linux sets _SIZE_T on defining size_t */
> +typedef unsigned int size_t;
> +#define _SIZE_T
> +#endif

More adding...

      reply	other threads:[~2008-08-30  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-30  3:09 [PATCH 2/2] BRIDGE checkpatch cleanup Ramirez Luna, Omar
2008-08-30  8:05 ` Russell King - ARM Linux [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=20080830080529.GA20242@flint.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=grgupta@ti.com \
    --cc=h-kanigeri2@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=vpasam@ti.com \
    --cc=x00omar@ti.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