Tag: 70dada1a055e91802675ecd2eeb07abec8948027

Staging: rtl8192u: Do not add new typedefs

Author: Cristina Opriceana <cristina.opriceana@gmail.com> This patch removes the dig_t and DRxPathSel type definitions in order to avoid the following warning: “WARNING: Do not add new typedefs”. Done with coccinelle and this script: @r@ type t; identifier id; @@ typedef struct id {…} t; @script:python get_name@ t