On Wed, 2018-08-22 at 14:37 +0300, Kalle Valo wrote: > Luca Coelho <luca@xxxxxxxxx> writes: > > > From: Shahar S Matityahu <shahar.s.matityahu@xxxxxxxxx> > > > > During d3, the firmware records debug data into internal buffer > > if debug data collection occurs, collect the data that was written > > to the > > buffer > > > > Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@xxxxxxxxx> > > Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> > > [...] > > > --- a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h > > +++ b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h > > @@ -8,6 +8,7 @@ > > * Copyright(c) 2014 Intel Corporation. All rights reserved. > > * Copyright(c) 2014 - 2015 Intel Mobile Communications GmbH > > * Copyright(c) 2016 - 2017 Intel Deutschland GmbH > > + * Copyright (C) 2018 Intel Corporation > > * > > * This program is free software; you can redistribute it and/or > > modify > > * it under the terms of version 2 of the GNU General Public > > License as > > @@ -18,11 +19,6 @@ > > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > > GNU > > * General Public License for more details. > > * > > - * You should have received a copy of the GNU General Public > > License > > - * along with this program; if not, write to the Free Software > > - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > > 02110, > > - * USA > > - * > > * The full GNU General Public License is included in this > > distribution > > * in the file called COPYING. > > * > > Is this removal intentional? Just curious. Yeah, it's intentional. Checkpatch complains about that, so we're removing whenever we hit the warning (i.e. when we have a change, usually in the copyright lines, that include this paragraph in the context). -- Luca.