summaryrefslogtreecommitdiffstats
path: root/net/phonet/af_phonet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet/af_phonet.c')
-rw-r--r--net/phonet/af_phonet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/af_phonet.c b/net/phonet/af_phonet.c
index d65f699fbf34..779ce4ff92ec 100644
--- a/net/phonet/af_phonet.c
+++ b/net/phonet/af_phonet.c
@@ -129,7 +129,7 @@ static const struct net_proto_family phonet_proto_family = {
/* Phonet device header operations */
static int pn_header_create(struct sk_buff *skb, struct net_device *dev,
unsigned short type, const void *daddr,
- const void *saddr, unsigned len)
+ const void *saddr, unsigned int len)
{
u8 *media = skb_push(skb, 1);
graph'>* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-1/+1 * block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-2/+2 * block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-1/+1 * ide: replace strict_strtol() with kstrtol()Jingoo Han2013-09-051-2/+4 * block: remove per-queue pluggingJens Axboe2011-03-101-1/+1 * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1 * ide: use blk_run_queue() instead of blk_start_queueing()Tejun Heo2009-04-191-5/+2Star * ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-081-1/+2 * ide: use ide_complete_cmd() for REQ_UNPARK_HEADSBartlomiej Zolnierkiewicz2009-03-271-2/+2 * ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz2009-03-271-2/+2 * ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-8/+9 * ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz2009-03-271-1/+1 * ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz2009-03-24