Skip to content

Commit

Permalink
misc: xilinx_trafgen: Remove extra spaces
Browse files Browse the repository at this point in the history
Remove extra spaces.
Trivial patch no functional changes intended.
Syncs it with 5.15 branch.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
  • Loading branch information
Shubhrajyoti Datta authored and Michal Simek committed Jan 20, 2022
1 parent fc1cbaa commit b563274
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/misc/xilinx_trafgen.c
Expand Up @@ -1200,7 +1200,6 @@ static ssize_t xtg_pram_write(struct file *filp, struct kobject *kobj,

/* Program each command */
if (count == sizeof(struct xtg_pram)) {

if (!cmdp)
return -EINVAL;

Expand Down Expand Up @@ -1288,7 +1287,6 @@ static ssize_t xtg_cram_write(struct file *filp, struct kobject *kobj,

/* Program each command */
if (count == sizeof(struct xtg_cram)) {

if (!cmdp)
return -EINVAL;

Expand Down

0 comments on commit b563274

Please sign in to comment.