IB: Remove garbage non-ASCII characters from comments
A few files had 0xa0 characters in comments. Remove them so that the files are clean ASCII text. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
fffba373ef
commit
43506d954e
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006 Intel Corporation. All rights reserved.
|
* Copyright (c) 2006 Intel Corporation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This software is available to you under a choice of one of two
|
* This software is available to you under a choice of one of two
|
||||||
* licenses. You may choose to be licensed under the terms of the GNU
|
* licenses. You may choose to be licensed under the terms of the GNU
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004 Topspin Communications. All rights reserved.
|
* Copyright (c) 2004 Topspin Communications. All rights reserved.
|
||||||
* Copyright (c) 2005 Voltaire, Inc. All rights reserved.
|
* Copyright (c) 2005 Voltaire, Inc. All rights reserved.
|
||||||
* Copyright (c) 2006 Intel Corporation. All rights reserved.
|
* Copyright (c) 2006 Intel Corporation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This software is available to you under a choice of one of two
|
* This software is available to you under a choice of one of two
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2004 Topspin Communications. All rights reserved.
|
* Copyright (c) 2004 Topspin Communications. All rights reserved.
|
||||||
* Copyright (c) 2005 Voltaire, Inc. All rights reserved.
|
* Copyright (c) 2005 Voltaire, Inc. All rights reserved.
|
||||||
* Copyright (c) 2006 Intel Corporation. All rights reserved.
|
* Copyright (c) 2006 Intel Corporation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This software is available to you under a choice of one of two
|
* This software is available to you under a choice of one of two
|
||||||
|
|
Loading…
Add table
Reference in a new issue