include/scsi/osd_protocol.h: remove unnecessary __constant
authorFabian Frederick <fabf@skynet.be>
Sun, 1 Jun 2014 14:06:53 +0000 (16:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 2 Jun 2014 08:36:27 +0000 (10:36 +0200)
commit63ff05910d9652f8a0c4dbb6c7772cfca5364f12
treecb4396af4b08920b2076fde7ba2add584dd53ef0
parent2a863ba8f6f5d72e4905a91c6281d575809fed5b
include/scsi/osd_protocol.h: remove unnecessary __constant

__constant_cpu_to_be16 converted to cpu_to_be16

This patch fixes checkpatch warnings:

"WARNING: __constant_cpu_to_be16 should be cpu_to_be16"

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Ack-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/scsi/osd_protocol.h
This page took 0.033462 seconds and 5 git commands to generate.