[PATCH] powercp: iSeries include file comment cleanups

Mainly just removing file names from the comments.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Stephen Rothwell 2006-01-12 13:51:42 +11:00 committed by Paul Mackerras
parent f9cb83ac1f
commit 511061049b
13 changed files with 3 additions and 16 deletions

View file

@ -1,5 +1,4 @@
/* /*
* HvCall.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -15,8 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ *
/*
* This file contains the "hypervisor call" interface which is used to * This file contains the "hypervisor call" interface which is used to
* drive the hypervisor from the OS. * drive the hypervisor from the OS.
*/ */

View file

@ -1,5 +1,4 @@
/* /*
* HvCallSc.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* HvLpConfig.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* HvLpEvent.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* HvTypes.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -6,7 +6,7 @@
#ifdef CONFIG_PPC_ISERIES #ifdef CONFIG_PPC_ISERIES
#include <linux/types.h> #include <linux/types.h>
/* /*
* File iSeries_io.h created by Allan Trautman on Thu Dec 28 2000. * Created by Allan Trautman on Thu Dec 28 2000.
* *
* Remaps the io.h for the iSeries Io * Remaps the io.h for the iSeries Io
* Copyright (C) 2000 Allan H Trautman, IBM Corporation * Copyright (C) 2000 Allan H Trautman, IBM Corporation

View file

@ -1,5 +1,4 @@
/* /*
* ItExtVpdPanel.h
* Copyright (C) 2002 Dave Boutcher IBM Corporation * Copyright (C) 2002 Dave Boutcher IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* ItLpNaca.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* ItLpQueue.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* ItLpRegSave.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -83,4 +82,4 @@ struct ItLpRegSave {
extern struct ItLpRegSave iseries_reg_save[]; extern struct ItLpRegSave iseries_reg_save[];
#endif /* _ITLPREGSAVE_H */ #endif /* _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H */

View file

@ -1,5 +1,4 @@
/* /*
* LparMap.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation * Copyright (C) 2001 Mike Corrigan IBM Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
/* /*
* mf.h
* Copyright (C) 2001 Troy D. Armstrong IBM Corporation * Copyright (C) 2001 Troy D. Armstrong IBM Corporation
* Copyright (C) 2004 Stephen Rothwell IBM Corporation * Copyright (C) 2004 Stephen Rothwell IBM Corporation
* *

View file

@ -1,5 +1,4 @@
/* -*- linux-c -*- /* -*- linux-c -*-
* drivers/char/vio.h
* *
* iSeries Virtual I/O Message Path header * iSeries Virtual I/O Message Path header
* *