diff options
author | Antti Palosaari <crope@iki.fi> | 2013-12-18 19:38:42 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-19 15:24:44 +0400 |
commit | 8a878dc4f6686ccb2f6e4d72e29825fe3427eeb0 (patch) | |
tree | cf71192334ffece5f50859b201ce1cd3dcb93ffe /drivers/media/dvb-frontends/m88ds3103_priv.h | |
parent | 4fc578768c81f2dd20eee037eaf1be44a19779b2 (diff) | |
download | linux-8a878dc4f6686ccb2f6e4d72e29825fe3427eeb0.tar.xz |
[media] m88ds3103: fix some style issues reported by checkpatch.pl
* remove Free Software Foundation postal address
* add one pair of parenthesis
* use sizeof(*foo), not sizeof(struct foo)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/m88ds3103_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/m88ds3103_priv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/m88ds3103_priv.h b/drivers/media/dvb-frontends/m88ds3103_priv.h index 9cc29b4232ad..84c3c06df622 100644 --- a/drivers/media/dvb-frontends/m88ds3103_priv.h +++ b/drivers/media/dvb-frontends/m88ds3103_priv.h @@ -12,10 +12,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * 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-1301 USA. */ #ifndef M88DS3103_PRIV_H |