Further whitespace and copyright cleanups to minimize the

delta with RELENG_7.
This commit is contained in:
kmacy 2008-09-16 02:28:08 +00:00
parent 00a3b87a5a
commit 957f0e4e3b
4 changed files with 4 additions and 5 deletions

View File

@ -31,7 +31,6 @@ $FreeBSD$
***************************************************************************/
#ifndef _CXGB_CONFIG_H_
#define _CXGB_CONFIG_H_
#ifndef CONFIG_DEFINED
#define CONFIG_CHELSIO_T3_CORE
#endif

View File

@ -1,7 +1,7 @@
/**************************************************************************
Copyright (c) 2007, Chelsio Inc.
Copyright (c) 2007-2008, Chelsio Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -169,7 +169,7 @@ void prefetch(void *x)
extern void kdb_backtrace(void);
#define WARN_ON(condition) do { \
if (__predict_false((condition)!=0)) { \
if (__predict_false((condition)!=0)) { \
log(LOG_WARNING, "BUG: warning at %s:%d/%s()\n", __FILE__, __LINE__, __FUNCTION__); \
kdb_backtrace(); \
} \