From: Jérôme Pinot Date: Thu, 13 Mar 2014 01:20:55 +0000 (+0900) Subject: staging/ozwpan: coding style __constant_ X-Git-Tag: v3.15-rc1~139^2~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c632824ef26bb27e51518242650bf4195a33ae63;p=pandora-kernel.git staging/ozwpan: coding style __constant_ This fixes the following issues detected by checkpatch.pl: WARNING: __constant_cpu_to_le16 should be cpu_to_le16 #1991: FILE: drivers/staging/ozwpan/ozhcd.c:1991: + __constant_cpu_to_le16(0x0001); WARNING: __constant_cpu_to_le32 should be cpu_to_le32 #2185: FILE: drivers/staging/ozwpan/ozhcd.c:2185: + put_unaligned(__constant_cpu_to_le32(0), (__le32 *)buf); WARNING: __constant_htons should be htons #675: FILE: drivers/staging/ozwpan/ozproto.c:675: + binding->ptype.type = __constant_htons(OZ_ETHERTYPE); Signed-off-by: Jerome Pinot Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed