From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeremy Kerr To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] powerpc/spufs: Remove invalid semicolon after if statement Date: Tue, 19 Aug 2008 22:44:54 +0800 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Message-Id: <200808192244.54995.jk@ozlabs.org> Cc: Ilpo =?iso-8859-1?q?J=E4rvinen?= , paulus@samba.org, Christian Krafft List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ilpo, > - if (new_state == SPU_UTIL_USER); > + if (new_state == SPU_UTIL_USER) Thanks, good catch. applied to spufs.git. Jeremy