sctp: fix checkpatch errors with open brace '{' and trailing statements
[cascardo/linux.git] / include / net / mip6.h
index a83ad19..0386b61 100644 (file)
@@ -13,8 +13,7 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Authors:
@@ -39,7 +38,7 @@ struct ip6_mh {
        __u16   ip6mh_cksum;
        /* Followed by type specific messages */
        __u8    data[0];
-} __attribute__ ((__packed__));
+} __packed;
 
 #define IP6_MH_TYPE_BRR                0   /* Binding Refresh Request */
 #define IP6_MH_TYPE_HOTI       1   /* HOTI Message   */