linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Andrey Volkov <avolkov@varma-el.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: port from 2.4.21 to 2.6.8 for mpc5200 - part 1
Date: Mon, 23 Aug 2004 01:04:36 +0200	[thread overview]
Message-ID: <20040822230436.GD8639@mars.ravnborg.org> (raw)
In-Reply-To: <679770249.20040822223108@varma-el.com>


On Sun, Aug 22, 2004 at 10:31:08PM +0400, Andrey Volkov wrote:
> Hi all,
>
> Below path of kernel-2.6.8.1 for Motorola MPC5200.
> This patch was based on MontaVista 2.4.21 kernel, and
> included:
>
> * Motorola BestComm API support
> * little correction in Kconfig/Makefile to support it

A few random comments.

	Sam

1) Please remove the following comment from the Makefiles:
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definition is now in the main makefile...

It is no longer relevant for 2.6

2) -objs -> -y
Preferred style is:
+bestcomm-y		:=	bestcomm_api.o \

Same functionality though.

3) Comment style does not look like kernel-doc??

4) Coding style not followed
- Mixed casing
- if ( xx ) => if (xx)
- if( => if (
- int
  mpc52xx_sdma_fec =>
  int mpc52xx_sdma_fec


5) This code should be deleted:
+#ifndef NULL
+# define NULL ((void *)0)
+#endif	/* NULL */

6) Linux style is to avoid typedefs
+typedef sint8 TaskId;
+typedef sint8 BDIdx;
Kill those

7) if MPC52xx_SDMA_DEDUG
Hide this check in a function - not at all file

8) In general lot of preprocessor conditionals that should be minimized


	Sam

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-08-22 23:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-22 18:31 port from 2.4.21 to 2.6.8 for mpc5200 - part 1 Andrey Volkov
2004-08-22 23:04 ` Sam Ravnborg [this message]
2004-08-22 23:57 ` Wolfgang Denk

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=20040822230436.GD8639@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=avolkov@varma-el.com \
    --cc=linuxppc-embedded@lists.linuxppc.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).